aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 610bbcfe1e..0424c57f97 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -812,6 +812,7 @@ void QQmlEnginePrivate::init()
qRegisterMetaType<QList<QObject*> >();
qRegisterMetaType<QList<int> >();
qRegisterMetaType<QQmlV4Handle>();
+ qRegisterMetaType<QQmlBinding*>();
v8engine()->setEngine(q);