[Pkg-owncloud-commits] [owncloud-client] 208/332: propagator_qnam: fix warning

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:00 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 56b721b2eb5045fe2cac1990f885a602d92da771
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Jul 17 11:05:16 2014 +0200

    propagator_qnam: fix warning
---
 src/mirall/propagator_qnam.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/propagator_qnam.h b/src/mirall/propagator_qnam.h
index 0db5b1d..91174f2 100644
--- a/src/mirall/propagator_qnam.h
+++ b/src/mirall/propagator_qnam.h
@@ -131,7 +131,7 @@ public:
 
     QString errorString() {
         return _errorString.isEmpty() ? reply()->errorString() : _errorString;
-    };
+    }
 
     SyncFileItem::Status errorStatus() { return _errorStatus; }
 

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