summaryrefslogtreecommitdiffstats
path: root/usersdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'usersdialog.cpp')
-rw-r--r--usersdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/usersdialog.cpp b/usersdialog.cpp
index 189fd1b8..dd0b6517 100644
--- a/usersdialog.cpp
+++ b/usersdialog.cpp
@@ -10,6 +10,7 @@ UsersDialog::UsersDialog(QWidget *parent) :
connect(ui->buttonBox, SIGNAL(accepted()), this, SLOT(accept()));
connect(ui->buttonBox, SIGNAL(rejected()), this, SLOT(reject()));
connect(ui->listWidget, SIGNAL(itemChanged(QListWidgetItem *)), this, SLOT(itemChange(QListWidgetItem *)));
+ userList = NULL;
}
UsersDialog::~UsersDialog()