Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-07-06 12:04:17 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-07-06 12:04:17 +0300
commit9c9ff886c9da139c2a24184fe7447093aff57abd (patch)
tree63379fab4fbff8b460b7dcae0c6877a1dbbf1a31 /src/gui/accountstate.h
parented0fb76cd7a19adef19f72ffc22f84162028864a (diff)
Fix qt4 build
Qt5 automatically declares many types as QMetaType. Qt4 needs them manually declared
Diffstat (limited to 'src/gui/accountstate.h')
-rw-r--r--src/gui/accountstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/accountstate.h b/src/gui/accountstate.h
index d7eaf4f2b..36ee4adb7 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