[Pkg-owncloud-commits] [owncloud-client] 149/498: discoveryphase: initialize DiscoveryMainThread::_currentGetSizeResult
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:45 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 1dabdc7df11ce4d88490fc49d0c82bdfbb0a9616
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Fri Jun 12 14:43:18 2015 +0200
discoveryphase: initialize DiscoveryMainThread::_currentGetSizeResult
---
src/libsync/discoveryphase.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/libsync/discoveryphase.h b/src/libsync/discoveryphase.h
index da121b5..832c526 100644
--- a/src/libsync/discoveryphase.h
+++ b/src/libsync/discoveryphase.h
@@ -105,9 +105,9 @@ class DiscoveryMainThread : public QObject {
qint64 *_currentGetSizeResult;
public:
- DiscoveryMainThread(AccountPtr account) : QObject(), _account(account), _currentDiscoveryDirectoryResult(0) {
-
- }
+ DiscoveryMainThread(AccountPtr account) : QObject(), _account(account),
+ _currentDiscoveryDirectoryResult(0), _currentGetSizeResult(0)
+ { }
void abort();
--
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