summaryrefslogtreecommitdiffstats
path: root/usersdialog.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-06-20 23:49:29 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-06-20 23:49:29 +0200
commit7f9dd380285b1ff295d9cf299d01d69ed1811b1a (patch)
treea197127a0529f33f34d0cb8a19e393607adeeb1c /usersdialog.cpp
parent3c1c90148c945bd564739055f5ffe8ba642b69a5 (diff)
Lots of source documentation, some minor cleanup and added a previously non-translatable message.
Diffstat (limited to 'usersdialog.cpp')
-rw-r--r--usersdialog.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/usersdialog.cpp b/usersdialog.cpp
index 7aca7d52..6cfb85f5 100644
--- a/usersdialog.cpp
+++ b/usersdialog.cpp
@@ -51,7 +51,8 @@ void UsersDialog::setUsers(QList<UserInfo> *users) {
}
/**
- * @brief UsersDialog::populateList update the view based on filter options (such as searching).
+ * @brief UsersDialog::populateList update the view based on filter options
+ * (such as searching).
* @param filter
*/
void UsersDialog::populateList(const QString &filter) {
@@ -111,7 +112,8 @@ void UsersDialog::on_lineEdit_textChanged(const QString &filter) {
}
/**
- * @brief UsersDialog::closeEvent might have to store size and location if that is wanted.
+ * @brief UsersDialog::closeEvent might have to store size and location if that
+ * is wanted.
* @param event
*/
void UsersDialog::closeEvent(QCloseEvent *event) {