summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-15 12:56:21 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-15 12:56:47 (GMT)
commit5be67ef5ad9b2f6020ffe47eecc9fd3338957bb7 (patch)
tree3d2422fe01d518848a0a2df0639a199abd756be4 /src/declarative/qml/qmlparser_p.h
parentf3aa702372e749b707ce1d6746dfc2e2aba31306 (diff)
downloadQt-5be67ef5ad9b2f6020ffe47eecc9fd3338957bb7.zip
Qt-5be67ef5ad9b2f6020ffe47eecc9fd3338957bb7.tar.gz
Qt-5be67ef5ad9b2f6020ffe47eecc9fd3338957bb7.tar.bz2
Implement SetProperties as a custom parser
This will allow us to remove all "Assign*" style instructions from the QML compiler and have it depend only on static data.
Diffstat (limited to 'src/declarative/qml/qmlparser_p.h')
-rw-r--r--src/declarative/qml/qmlparser_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlparser_p.h b/src/declarative/qml/qmlparser_p.h
index 5cc810e..95b21e6 100644
--- a/src/declarative/qml/qmlparser_p.h
+++ b/src/declarative/qml/qmlparser_p.h
@@ -272,6 +272,7 @@ namespace QmlParser
void dump(int = 0) const;
};
}
+Q_DECLARE_METATYPE(QmlParser::Variant);
QT_END_NAMESPACE