SetColorTool, PenTool und FloodFillTool

LoL
This commit is contained in:
AshBastian
2019-12-11 16:29:11 +01:00
parent 10fba8c454
commit 72bde027ed
13 changed files with 184 additions and 13 deletions

View File

@@ -23,7 +23,9 @@ SOURCES += \
IntelliHelper/IntelliHelper.cpp \
Layer/PaintingArea.cpp \
Tool/IntelliTool.cpp \
Tool/IntelliToolFloodFillTool.cpp \
Tool/IntelliToolPen.cpp \
Tool/IntelliToolSetColorTool.cpp \
main.cpp
HEADERS += \
@@ -34,7 +36,9 @@ HEADERS += \
IntelliHelper/IntelliHelper.h \
Layer/PaintingArea.h \
Tool/IntelliTool.h \
Tool/IntelliToolPen.h
Tool/IntelliToolFloodFillTool.h \
Tool/IntelliToolPen.h \
Tool/IntelliToolSetColorTool.h
FORMS += \
widget.ui