[Pkg-owncloud-commits] [owncloud-client] 47/70: wizard setuppage: Clean up and properly initialize members

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 6d13b5cc43dbc77e3b8fe6e83b5d8b5bda1a7005
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Fri Jun 20 12:38:40 2014 +0200

    wizard setuppage: Clean up and properly initialize members
    
    This fixes Coverity CID 12926
---
 src/wizard/owncloudsetuppage.cpp | 2 ++
 src/wizard/owncloudsetuppage.h   | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/wizard/owncloudsetuppage.cpp b/src/wizard/owncloudsetuppage.cpp
index abe63bd..06cfbe6 100644
--- a/src/wizard/owncloudsetuppage.cpp
+++ b/src/wizard/owncloudsetuppage.cpp
@@ -35,6 +35,8 @@ OwncloudSetupPage::OwncloudSetupPage()
     _ocUser(),
     _authTypeKnown(false),
     _checking(false),
+    _configExists(false),
+    _multipleFoldersExist(false),
     _authType(WizardCommon::HttpCreds),
     _progressIndi(new QProgressIndicator (this))
 {
diff --git a/src/wizard/owncloudsetuppage.h b/src/wizard/owncloudsetuppage.h
index 546e6a0..af99f63 100644
--- a/src/wizard/owncloudsetuppage.h
+++ b/src/wizard/owncloudsetuppage.h
@@ -73,7 +73,6 @@ private:
   WizardCommon::AuthType _authType;
 
   QProgressIndicator* _progressIndi;
-  QButtonGroup* _selectiveSyncButtons;
   QString _remoteFolder;
 };
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list