diff --git a/src/Image/IntelliImage.h b/src/Image/IntelliImage.h index 43cc69a..ee14476 100644 --- a/src/Image/IntelliImage.h +++ b/src/Image/IntelliImage.h @@ -8,6 +8,7 @@ #include #include +#include "IntelliHelper/IntelliRenderSettings.h" #include "IntelliHelper/IntelliTriangulation.h" class IntelliTool; diff --git a/src/IntelliPhoto.pro b/src/IntelliPhoto.pro index 65bbd9f..13b6975 100644 --- a/src/IntelliPhoto.pro +++ b/src/IntelliPhoto.pro @@ -21,6 +21,7 @@ SOURCES += \ Image/IntelliRasterImage.cpp \ Image/IntelliShapedImage.cpp \ IntelliHelper/IntelliColorPicker.cpp \ + IntelliHelper/IntelliRenderSettings.cpp \ IntelliHelper/IntelliToolsettings.cpp \ IntelliHelper/IntelliTriangulation.cpp \ Layer/PaintingArea.cpp \ @@ -40,6 +41,7 @@ HEADERS += \ Image/IntelliRasterImage.h \ Image/IntelliShapedImage.h \ IntelliHelper/IntelliColorPicker.h \ + IntelliHelper/IntelliRenderSettings.h \ IntelliHelper/IntelliToolsettings.h \ IntelliHelper/IntelliTriangulation.h \ Layer/PaintingArea.h \ diff --git a/src/Layer/PaintingArea.h b/src/Layer/PaintingArea.h index 5b98820..d095bc8 100644 --- a/src/Layer/PaintingArea.h +++ b/src/Layer/PaintingArea.h @@ -205,6 +205,7 @@ private: int maxWidth; int maxHeight; + IntelliRenderSettings renderSettings; IntelliTool* Tool; std::vector layerBundle;