updated test to api - all test working

flood fill, q needs to be outsourced
This commit is contained in:
Jonas Mucke
2020-01-23 21:39:04 +01:00
parent 6a62d17cec
commit d00fe17e46
3 changed files with 89 additions and 87 deletions

View File

@@ -16,6 +16,7 @@ SOURCES += tst_unittest.cpp \
Image/IntelliRasterImage.cpp \
Image/IntelliShapedImage.cpp \
IntelliHelper/IntelliColorPicker.cpp \
IntelliHelper/IntelliDatamanager.cpp \
IntelliHelper/IntelliRenderSettings.cpp \
IntelliHelper/IntelliToolsettings.cpp \
IntelliHelper/IntelliTriangulation.cpp \
@@ -48,6 +49,7 @@ HEADERS += \
Image/IntelliRasterImage.h \
Image/IntelliShapedImage.h \
IntelliHelper/IntelliColorPicker.h \
IntelliHelper/IntelliDatamanager.h \
IntelliHelper/IntelliRenderSettings.h \
IntelliHelper/IntelliToolsettings.h \
IntelliHelper/IntelliTriangulation.h \