Merge branch 'dev_FormTool' into 'dev'

SetColorTool, PenTool und FloodFillTool

See merge request creyd/intelliphoto!17
This commit is contained in:
Jonas Mucke
2019-12-11 16:57:43 +00:00
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