diff --git a/src/Image/IntelliImage.h b/src/Image/IntelliImage.h index c5928c0..b3626ab 100644 --- a/src/Image/IntelliImage.h +++ b/src/Image/IntelliImage.h @@ -8,11 +8,8 @@ #include #include -<<<<<<< src/Image/IntelliImage.h #include "IntelliHelper/IntelliRenderSettings.h" -======= #include "IntelliHelper/IntelliTriangulation.h" ->>>>>>> src/Image/IntelliImage.h class IntelliTool; diff --git a/src/IntelliPhoto.pro b/src/IntelliPhoto.pro index c3cafc6..13b6975 100644 --- a/src/IntelliPhoto.pro +++ b/src/IntelliPhoto.pro @@ -21,12 +21,9 @@ SOURCES += \ Image/IntelliRasterImage.cpp \ Image/IntelliShapedImage.cpp \ IntelliHelper/IntelliColorPicker.cpp \ -<<<<<<< src/IntelliPhoto.pro IntelliHelper/IntelliRenderSettings.cpp \ -======= IntelliHelper/IntelliToolsettings.cpp \ IntelliHelper/IntelliTriangulation.cpp \ ->>>>>>> src/IntelliPhoto.pro Layer/PaintingArea.cpp \ Tool/IntelliTool.cpp \ Tool/IntelliToolCircle.cpp \ @@ -44,13 +41,9 @@ HEADERS += \ Image/IntelliRasterImage.h \ Image/IntelliShapedImage.h \ IntelliHelper/IntelliColorPicker.h \ -<<<<<<< src/IntelliPhoto.pro - IntelliHelper/IntelliHelper.h \ IntelliHelper/IntelliRenderSettings.h \ -======= IntelliHelper/IntelliToolsettings.h \ IntelliHelper/IntelliTriangulation.h \ ->>>>>>> src/IntelliPhoto.pro Layer/PaintingArea.h \ Tool/IntelliTool.h \ Tool/IntelliToolCircle.h \ diff --git a/src/Layer/PaintingArea.h b/src/Layer/PaintingArea.h index 4f41b9d..b277158 100644 --- a/src/Layer/PaintingArea.h +++ b/src/Layer/PaintingArea.h @@ -204,10 +204,7 @@ private: int maxWidth; int maxHeight; -<<<<<<< src/Layer/PaintingArea.h IntelliRenderSettings renderSettings; -======= ->>>>>>> src/Layer/PaintingArea.h IntelliTool* Tool; std::vector layerBundle;