summaryrefslogtreecommitdiffstats
path: root/usersdialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-03 16:58:28 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-05-03 16:58:28 +0200
commitaca6137150c380ae82ea49877d20d248cabd661d (patch)
treec97ee6191ad9defe553336c954ebc9f2ddd21f91 /usersdialog.h
parent0f9bc6925c370b4c4e5123ddc9bbeb53874c7dcb (diff)
fuzzy filtering in user management
Diffstat (limited to 'usersdialog.h')
-rw-r--r--usersdialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usersdialog.h b/usersdialog.h
index 54fadfa8..c8a6970b 100644
--- a/usersdialog.h
+++ b/usersdialog.h
@@ -30,9 +30,13 @@ public:
private slots:
void itemChange(QListWidgetItem *);
+ void on_clearButton_clicked();
+ void on_lineEdit_textChanged(const QString &filter);
private:
Ui::UsersDialog *ui;
+ QList<UserInfo> *userList;
+ void populateList(const QString &filter);
};
#endif // USERSDIALOG_H