FloodfillTool and more docs

This commit is contained in:
Sonaion
2019-12-19 09:15:40 +01:00
parent b4317626cc
commit 486f1a0815
3 changed files with 26 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ SOURCES += \
Layer/PaintingArea.cpp \
Tool/IntelliTool.cpp \
Tool/IntelliToolCircle.cpp \
Tool/IntelliToolFloodFill.cpp \
Tool/IntelliToolLine.cpp \
Tool/IntelliToolPen.cpp \
Tool/IntelliToolPlain.cpp \
@@ -41,6 +42,7 @@ HEADERS += \
Layer/PaintingArea.h \
Tool/IntelliTool.h \
Tool/IntelliToolCircle.h \
Tool/IntelliToolFloodFill.h \
Tool/IntelliToolLine.h \
Tool/IntelliToolPen.h \
Tool/IntelliToolPlain.h \