FloodfillTool and more docs

This commit is contained in:
Sonaion
2019-12-19 09:15:40 +01:00
parent b4317626cc
commit 486f1a0815
3 changed files with 26 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ class PaintingArea : public QWidget
friend IntelliTool;
public:
PaintingArea(int maxWidth=600, int maxHeight=600, QWidget *parent = nullptr);
~PaintingArea();
~PaintingArea() override;
// Handles all events
bool open(const QString &fileName);