summaryrefslogtreecommitdiffstats
path: root/usersdialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-07-29 23:26:32 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-07-29 23:26:32 +0200
commit9cae6eaea055181b5e2a245d7645cd2f8c7d18bb (patch)
treea19193b8860f7cef3ce4a30d95c4b1b6b208e0a0 /usersdialog.h
parent63ebba68d4280f021c650dde050791f180e22b1b (diff)
user filetering
Diffstat (limited to 'usersdialog.h')
-rw-r--r--usersdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usersdialog.h b/usersdialog.h
index 46133e9b..ab3c8233 100644
--- a/usersdialog.h
+++ b/usersdialog.h
@@ -37,6 +37,7 @@ private slots:
void itemChange(QListWidgetItem *);
void on_clearButton_clicked();
void on_lineEdit_textChanged(const QString &filter);
+ void on_checkBox_clicked();
private:
Ui::UsersDialog *ui;