Fix qt4 build

Qt5 automatically declares many types as QMetaType.
Qt4 needs them manually declared
This commit is contained in:
Olivier Goffart 2015-07-06 11:04:17 +02:00
parent ed0fb76cd7
commit 9c9ff886c9

View file

@ -112,5 +112,6 @@ private:
}
Q_DECLARE_METATYPE(OCC::AccountState*)
Q_DECLARE_METATYPE(QSharedPointer<OCC::AccountState>)
#endif //ACCOUNTINFO_H