Polygon Update

This commit is contained in:
AshBastian
2019-12-17 17:45:42 +01:00
parent 21ade76563
commit 3525261e1e
7 changed files with 128 additions and 3 deletions

View File

@@ -34,7 +34,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);