summaryrefslogtreecommitdiff
path: root/src/settingsdialog.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-04-05 15:36:42 +0200
committerTannin <devnull@localhost>2014-04-05 15:36:42 +0200
commitcabed9b268c9f095d5e3b98a6797b0bcdcd38b1f (patch)
tree454b03b0c5664e90fe586e7b39603e34a526d35b /src/settingsdialog.h
parent98e5e57a845541acddf519a81957261f58008cb9 (diff)
parentc017f4a0d50b67a44e276bd5ae8929ed3990c62c (diff)
Merge with branch1.1
Diffstat (limited to 'src/settingsdialog.h')
-rw-r--r--src/settingsdialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h
index 3bfc1706..0bd9fd23 100644
--- a/src/settingsdialog.h
+++ b/src/settingsdialog.h
@@ -73,6 +73,10 @@ private slots:
void on_pluginsList_currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous);
+ void deleteBlacklistItem();
+
+ void on_associateButton_clicked();
+
private:
Ui::SettingsDialog *ui;
};