Merge branch 'dev' into dev-docs

This commit is contained in:
2019-12-19 12:43:22 +01:00
10 changed files with 545 additions and 349 deletions

View File

@@ -56,6 +56,10 @@ public:
void createPlainTool();
void createLineTool();
//get Width and Height of active Layer
int getWidthActiveLayer();
int getHeightActiveLayer();
public slots:
// Events to handle
void slotActivateLayer(int a);