[Pkg-owncloud-commits] [owncloud-client] 02/164: Fix Qt4 build
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sun Mar 22 11:55:48 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 04bb67ef451445afeda5a1f6bbb17f5009f3db82
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Fri Feb 13 21:39:29 2015 +0100
Fix Qt4 build
The automatic registration of metatype only came with qt5
---
test/testconcaturl.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/testconcaturl.h b/test/testconcaturl.h
index ce55b16..bc79b87 100644
--- a/test/testconcaturl.h
+++ b/test/testconcaturl.h
@@ -19,6 +19,8 @@ using namespace OCC;
typedef QList< QPair<QString,QString> > QueryItems;
+Q_DECLARE_METATYPE(QueryItems);
+
static QueryItems make()
{
return QueryItems();
--
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