summaryrefslogtreecommitdiffstats
path: root/usersdialog.cpp
diff options
context:
space:
mode:
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) {