From 8fa3f3f7f038f10dcd2bbd160f04275fe0efaadf Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Mon, 11 Jan 2010 15:44:20 +1000 Subject: Deferred properties are not experimental anymore --- src/declarative/qml/qmlcompiler.cpp | 3 --- 1 file changed, 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"); -- cgit v0.12