Tool structure- input bug

This commit is contained in:
Sonaion
2019-12-10 15:32:22 +01:00
parent 0aa3b17b8a
commit 30d6781e7f
10 changed files with 118 additions and 41 deletions

View File

@@ -23,6 +23,7 @@ SOURCES += \
IntelliHelper/IntelliHelper.cpp \
Layer/PaintingArea.cpp \
Tool/IntelliTool.cpp \
Tool/IntelliToolPen.cpp \
main.cpp
HEADERS += \
@@ -32,7 +33,8 @@ HEADERS += \
Image/IntelliShapedImage.h \
IntelliHelper/IntelliHelper.h \
Layer/PaintingArea.h \
Tool/IntelliTool.h
Tool/IntelliTool.h \
Tool/IntelliToolPen.h
FORMS += \
widget.ui