mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 05:10:32 +02:00
Fixes
This commit is contained in:
@@ -8,11 +8,8 @@
|
|||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
<<<<<<< src/Image/IntelliImage.h
|
|
||||||
#include "IntelliHelper/IntelliRenderSettings.h"
|
#include "IntelliHelper/IntelliRenderSettings.h"
|
||||||
=======
|
|
||||||
#include "IntelliHelper/IntelliTriangulation.h"
|
#include "IntelliHelper/IntelliTriangulation.h"
|
||||||
>>>>>>> src/Image/IntelliImage.h
|
|
||||||
|
|
||||||
class IntelliTool;
|
class IntelliTool;
|
||||||
|
|
||||||
|
|||||||
@@ -21,12 +21,9 @@ SOURCES += \
|
|||||||
Image/IntelliRasterImage.cpp \
|
Image/IntelliRasterImage.cpp \
|
||||||
Image/IntelliShapedImage.cpp \
|
Image/IntelliShapedImage.cpp \
|
||||||
IntelliHelper/IntelliColorPicker.cpp \
|
IntelliHelper/IntelliColorPicker.cpp \
|
||||||
<<<<<<< src/IntelliPhoto.pro
|
|
||||||
IntelliHelper/IntelliRenderSettings.cpp \
|
IntelliHelper/IntelliRenderSettings.cpp \
|
||||||
=======
|
|
||||||
IntelliHelper/IntelliToolsettings.cpp \
|
IntelliHelper/IntelliToolsettings.cpp \
|
||||||
IntelliHelper/IntelliTriangulation.cpp \
|
IntelliHelper/IntelliTriangulation.cpp \
|
||||||
>>>>>>> src/IntelliPhoto.pro
|
|
||||||
Layer/PaintingArea.cpp \
|
Layer/PaintingArea.cpp \
|
||||||
Tool/IntelliTool.cpp \
|
Tool/IntelliTool.cpp \
|
||||||
Tool/IntelliToolCircle.cpp \
|
Tool/IntelliToolCircle.cpp \
|
||||||
@@ -44,13 +41,9 @@ HEADERS += \
|
|||||||
Image/IntelliRasterImage.h \
|
Image/IntelliRasterImage.h \
|
||||||
Image/IntelliShapedImage.h \
|
Image/IntelliShapedImage.h \
|
||||||
IntelliHelper/IntelliColorPicker.h \
|
IntelliHelper/IntelliColorPicker.h \
|
||||||
<<<<<<< src/IntelliPhoto.pro
|
|
||||||
IntelliHelper/IntelliHelper.h \
|
|
||||||
IntelliHelper/IntelliRenderSettings.h \
|
IntelliHelper/IntelliRenderSettings.h \
|
||||||
=======
|
|
||||||
IntelliHelper/IntelliToolsettings.h \
|
IntelliHelper/IntelliToolsettings.h \
|
||||||
IntelliHelper/IntelliTriangulation.h \
|
IntelliHelper/IntelliTriangulation.h \
|
||||||
>>>>>>> src/IntelliPhoto.pro
|
|
||||||
Layer/PaintingArea.h \
|
Layer/PaintingArea.h \
|
||||||
Tool/IntelliTool.h \
|
Tool/IntelliTool.h \
|
||||||
Tool/IntelliToolCircle.h \
|
Tool/IntelliToolCircle.h \
|
||||||
|
|||||||
@@ -204,10 +204,7 @@ private:
|
|||||||
int maxWidth;
|
int maxWidth;
|
||||||
int maxHeight;
|
int maxHeight;
|
||||||
|
|
||||||
<<<<<<< src/Layer/PaintingArea.h
|
|
||||||
IntelliRenderSettings renderSettings;
|
IntelliRenderSettings renderSettings;
|
||||||
=======
|
|
||||||
>>>>>>> src/Layer/PaintingArea.h
|
|
||||||
IntelliTool* Tool;
|
IntelliTool* Tool;
|
||||||
|
|
||||||
std::vector<LayerObject> layerBundle;
|
std::vector<LayerObject> layerBundle;
|
||||||
|
|||||||
Reference in New Issue
Block a user