mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Fix qt4 build
Qt5 automatically declares many types as QMetaType. Qt4 needs them manually declared
This commit is contained in:
parent
ed0fb76cd7
commit
9c9ff886c9
1 changed files with 1 additions and 0 deletions
|
@ -112,5 +112,6 @@ private:
|
|||
}
|
||||
|
||||
Q_DECLARE_METATYPE(OCC::AccountState*)
|
||||
Q_DECLARE_METATYPE(QSharedPointer<OCC::AccountState>)
|
||||
|
||||
#endif //ACCOUNTINFO_H
|
||||
|
|
Loading…
Reference in a new issue