summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlguard_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlguard_p.h')
-rw-r--r--src/declarative/qml/qmlguard_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlguard_p.h b/src/declarative/qml/qmlguard_p.h
index 42a4406..1e55bcb 100644
--- a/src/declarative/qml/qmlguard_p.h
+++ b/src/declarative/qml/qmlguard_p.h
@@ -94,6 +94,8 @@ private:
inline void remGuard();
};
+Q_DECLARE_METATYPE(QmlGuard<QObject>);
+
QT_END_NAMESPACE
#include "qmldeclarativedata_p.h"