mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 12:20:32 +02:00
FloodfillTool and more docs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user