зеркало из https://github.com/nextcloud/desktop.git
Fix Qt4 build
The automatic registration of metatype only came with qt5
This commit is contained in:
Родитель
4b67429234
Коммит
04bb67ef45
|
@ -19,6 +19,8 @@ using namespace OCC;
|
|||
|
||||
typedef QList< QPair<QString,QString> > QueryItems;
|
||||
|
||||
Q_DECLARE_METATYPE(QueryItems);
|
||||
|
||||
static QueryItems make()
|
||||
{
|
||||
return QueryItems();
|
||||
|
|
Загрузка…
Ссылка в новой задаче