[Pkg-owncloud-commits] [owncloud-client] 300/498: FolderStatusModel: init all private members

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:00 UTC 2015


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 ab23368764a631689c18f89ba75daca144ca2904
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue Jul 14 10:15:19 2015 +0200

    FolderStatusModel: init all private members
---
 src/gui/folderstatusmodel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/folderstatusmodel.cpp b/src/gui/folderstatusmodel.cpp
index 71aaf2c..d8f1ece 100644
--- a/src/gui/folderstatusmodel.cpp
+++ b/src/gui/folderstatusmodel.cpp
@@ -29,7 +29,7 @@ namespace OCC {
 static const char propertyParentIndexC[] = "oc_parentIndex";
 
 FolderStatusModel::FolderStatusModel(QObject *parent)
-    :QAbstractItemModel(parent), _dirty(false)
+    :QAbstractItemModel(parent), _accountState(0), _dirty(false)
 {
 }
 

-- 
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