Fix Qt4 build

The automatic registration of metatype only came with qt5
This commit is contained in:
Olivier Goffart 2015-02-13 21:39:29 +01:00
parent 4b67429234
commit 04bb67ef45

View file

@ -19,6 +19,8 @@ using namespace OCC;
typedef QList< QPair<QString,QString> > QueryItems;
Q_DECLARE_METATYPE(QueryItems);
static QueryItems make()
{
return QueryItems();