mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Fix Qt4 build
The automatic registration of metatype only came with qt5
This commit is contained in:
parent
4b67429234
commit
04bb67ef45
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ using namespace OCC;
|
|||
|
||||
typedef QList< QPair<QString,QString> > QueryItems;
|
||||
|
||||
Q_DECLARE_METATYPE(QueryItems);
|
||||
|
||||
static QueryItems make()
|
||||
{
|
||||
return QueryItems();
|
||||
|
|
Loading…
Reference in a new issue