Merge branch 'Helper_Variablen' into 'dev-stupidrenderer'

# Conflicts:
#   src/Image/IntelliImage.h
#   src/IntelliPhoto.pro
#   src/Layer/PaintingArea.h
This commit is contained in:
Bastian Schindler
2020-01-08 23:47:37 +00:00
38 changed files with 1311 additions and 170 deletions

View File

@@ -166,6 +166,9 @@ public:
std::vector<QPoint> getPolygonDataOfRealLayer();
IntelliToolsettings Toolsettings;
IntelliColorPicker colorPicker;
public slots:
// Events to handle
/*!
@@ -201,8 +204,10 @@ private:
int maxWidth;
int maxHeight;
<<<<<<< src/Layer/PaintingArea.h
IntelliRenderSettings renderSettings;
IntelliColorPicker colorPicker;
=======
>>>>>>> src/Layer/PaintingArea.h
IntelliTool* Tool;
std::vector<LayerObject> layerBundle;