summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-01-11 05:44:20 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-01-11 05:44:20 (GMT)
commit8fa3f3f7f038f10dcd2bbd160f04275fe0efaadf (patch)
treeb81903716f74abb6228336daa7b987ac98b984b2 /src/declarative/qml
parentac6c8a4d8870011cf7d999d8999d0e9c61e9e89e (diff)
downloadQt-8fa3f3f7f038f10dcd2bbd160f04275fe0efaadf.zip
Qt-8fa3f3f7f038f10dcd2bbd160f04275fe0efaadf.tar.gz
Qt-8fa3f3f7f038f10dcd2bbd160f04275fe0efaadf.tar.bz2
Deferred properties are not experimental anymore
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlcompiler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp
index 7f8bc7a..3b2009a 100644
--- a/src/declarative/qml/qmlcompiler.cpp
+++ b/src/declarative/qml/qmlcompiler.cpp
@@ -2776,9 +2776,6 @@ QmlType *QmlCompiler::toQmlType(QmlParser::Object *from)
QStringList QmlCompiler::deferredProperties(QmlParser::Object *obj)
{
- if (!qmlExperimental())
- return QStringList();
-
const QMetaObject *mo = obj->metatype;
int idx = mo->indexOfClassInfo("DeferredPropertyNames");