[Pkg-owncloud-commits] [owncloud-client] 249/498: Fix qt4 build
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:55 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 9c9ff886c9da139c2a24184fe7447093aff57abd
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Mon Jul 6 11:04:17 2015 +0200
Fix qt4 build
Qt5 automatically declares many types as QMetaType.
Qt4 needs them manually declared
---
src/gui/accountstate.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index d7eaf4f..36ee4ad 100644
--- a/src/gui/accountstate.h
+++ b/src/gui/accountstate.h
@@ -112,5 +112,6 @@ private:
}
Q_DECLARE_METATYPE(OCC::AccountState*)
+Q_DECLARE_METATYPE(QSharedPointer<OCC::AccountState>)
#endif //ACCOUNTINFO_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