summaryrefslogtreecommitdiffstats
path: root/usersdialog.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-06-11 00:29:20 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-06-11 00:29:20 +0200
commit340b80302947c97948aeddaca0904fbf5adb8203 (patch)
tree74e8f9693d4d46d817a7e694eb015cbaa824a556 /usersdialog.cpp
parentbd259eda3efb6bc36dc258de3b5d5ac2ebba37ee (diff)
fixes after static analysis
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()