enable Edit menu and add Clear Presets feature

This commit is contained in:
2019-05-20 15:06:47 +02:00
parent 574ce444cc
commit fe618bfef1
4 changed files with 48 additions and 32 deletions

View File

@@ -52,6 +52,7 @@ public:
std::string get_thumb_path(int index) const;
bool save();
bool restore();
void clear();
};
// -----------------------------------------------------------------------
@@ -92,5 +93,6 @@ public:
bool save();
bool restore();
void add_brush(std::shared_ptr<Brush> brush);
void clear_brushes();
};