summaryrefslogtreecommitdiffstats
path: root/usersdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'usersdialog.cpp')
-rw-r--r--usersdialog.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/usersdialog.cpp b/usersdialog.cpp
index dd0b6517..36129315 100644
--- a/usersdialog.cpp
+++ b/usersdialog.cpp
@@ -67,3 +67,8 @@ void UsersDialog::on_lineEdit_textChanged(const QString &filter)
{
populateList(filter);
}
+
+void UsersDialog::closeEvent(QCloseEvent *event) {
+ // TODO save window size or somethign
+ event->accept();
+}