mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 12:20:32 +02:00
Änderung der Vererbung der Tools und einfügen des ColorPickers (Farbmanager)
This commit is contained in:
@@ -20,12 +20,12 @@ SOURCES += \
|
||||
Image/IntelliImage.cpp \
|
||||
Image/IntelliRasterImage.cpp \
|
||||
Image/IntelliShapedImage.cpp \
|
||||
IntelliHelper/IntelliColorPicker.cpp \
|
||||
IntelliHelper/IntelliHelper.cpp \
|
||||
Layer/PaintingArea.cpp \
|
||||
Tool/IntelliTool.cpp \
|
||||
Tool/IntelliToolFloodFillTool.cpp \
|
||||
Tool/IntelliToolPen.cpp \
|
||||
Tool/IntelliToolSetColorTool.cpp \
|
||||
main.cpp
|
||||
|
||||
HEADERS += \
|
||||
@@ -33,12 +33,12 @@ HEADERS += \
|
||||
Image/IntelliImage.h \
|
||||
Image/IntelliRasterImage.h \
|
||||
Image/IntelliShapedImage.h \
|
||||
IntelliHelper/IntelliColorPicker.h \
|
||||
IntelliHelper/IntelliHelper.h \
|
||||
Layer/PaintingArea.h \
|
||||
Tool/IntelliTool.h \
|
||||
Tool/IntelliToolFloodFillTool.h \
|
||||
Tool/IntelliToolPen.h \
|
||||
Tool/IntelliToolSetColorTool.h
|
||||
Tool/IntelliToolPen.h
|
||||
|
||||
FORMS += \
|
||||
widget.ui
|
||||
|
||||
Reference in New Issue
Block a user