[Pkg-owncloud-commits] [owncloud-client] 285/484: Silence warning by removing extra semicolon

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:54 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 51896902e3057647734b38895ef75dd13043d15a
Author: Christian Kamm <mail at ckamm.de>
Date:   Tue Nov 10 10:06:14 2015 +0100

    Silence warning by removing extra semicolon
---
 src/gui/sharee.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/sharee.h b/src/gui/sharee.h
index bcada5e..6621813 100644
--- a/src/gui/sharee.h
+++ b/src/gui/sharee.h
@@ -85,6 +85,6 @@ private:
 
 }
 
-Q_DECLARE_METATYPE(QSharedPointer<OCC::Sharee>);
+Q_DECLARE_METATYPE(QSharedPointer<OCC::Sharee>)
 
 #endif  //SHAREE_H

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