mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 05:10:32 +02:00
Polygon Update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user