summaryrefslogtreecommitdiffstats
path: root/gui/IconPickerDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/IconPickerDialog.h')
-rw-r--r--gui/IconPickerDialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/IconPickerDialog.h b/gui/IconPickerDialog.h
index c55f6ff2..96fc61ff 100644
--- a/gui/IconPickerDialog.h
+++ b/gui/IconPickerDialog.h
@@ -15,7 +15,8 @@ public:
~IconPickerDialog();
int exec(QString selection);
QString selectedIconKey;
-
+protected:
+ virtual bool eventFilter ( QObject* , QEvent* );
private:
Ui::IconPickerDialog *ui;
@@ -23,4 +24,6 @@ private slots:
void selectionChanged ( QItemSelection,QItemSelection );
void activated ( QModelIndex );
void delayed_scroll ( QModelIndex );
+ void addNewIcon();
+ void removeSelectedIcon();
};