[Pkg-owncloud-commits] [owncloud-client] 51/164: Remove extra ; to silence warning.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sun Mar 22 11:56:51 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 04649476106122695fe13641a4987ec7c17d0719
Author: Christian Kamm <kamm at incasoftware.de>
Date:   Wed Feb 25 07:14:05 2015 +0100

    Remove extra ; to silence warning.
---
 test/testconcaturl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/testconcaturl.h b/test/testconcaturl.h
index bc79b87..dd75fb1 100644
--- a/test/testconcaturl.h
+++ b/test/testconcaturl.h
@@ -19,7 +19,7 @@ using namespace OCC;
 
 typedef QList< QPair<QString,QString> > QueryItems;
 
-Q_DECLARE_METATYPE(QueryItems);
+Q_DECLARE_METATYPE(QueryItems)
 
 static QueryItems make()
 {

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