summaryrefslogtreecommitdiffstats
path: root/qt-models/filterpresetmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/filterpresetmodel.h')
-rw-r--r--qt-models/filterpresetmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-models/filterpresetmodel.h b/qt-models/filterpresetmodel.h
index 26543666a..2c04456e0 100644
--- a/qt-models/filterpresetmodel.h
+++ b/qt-models/filterpresetmodel.h
@@ -16,6 +16,9 @@ public:
private
slots:
void reset();
+ void filterPresetAdded(int index);
+ void filterPresetChanged(int index);
+ void filterPresetRemoved(int index);
public:
// there is one global filter preset list, therefore this model is a singleton
static FilterPresetModel *instance();