Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-06-20 14:34:57 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-06-20 15:28:52 +0400
commit73ab2804c4127df1b1c4477d8ed07c8471e8246f (patch)
tree771618854251f6da18fee10a5b7d2a6a6ba76ae3 /src/wizard
parentdb3d2eed5fcd63e0a14b99ad7f7162bd42a3b562 (diff)
owncloudwizard: properly initialize _account memember
This fixes Coverity CID 12927
Diffstat (limited to 'src/wizard')
-rw-r--r--src/wizard/owncloudwizard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wizard/owncloudwizard.cpp b/src/wizard/owncloudwizard.cpp
index 7635e2f08..94e3559ca 100644
--- a/src/wizard/owncloudwizard.cpp
+++ b/src/wizard/owncloudwizard.cpp
@@ -36,6 +36,7 @@ namespace Mirall
OwncloudWizard::OwncloudWizard(QWidget *parent)
: QWizard(parent),
+ _account(0),
_setupPage(new OwncloudSetupPage),
_httpCredsPage(new OwncloudHttpCredsPage),
_shibbolethCredsPage(new OwncloudShibbolethCredsPage),