aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlobjectcreator_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-09-18 16:02:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-20 14:27:14 +0200
commit5f6ae3598e30ed64697ac24cc09d609830f66eb2 (patch)
treecbe450b19b3772449670daccecce2cc0a7ca3eed /src/qml/qml/qqmlobjectcreator_p.h
parent8d441936d2e8ab8c39a66831a658c192b80ca597 (diff)
[new compiler] Initial support for composite types
Change-Id: I01030814a978d8a52a086b0389fe62af42a4bbba Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlobjectcreator_p.h')
-rw-r--r--src/qml/qml/qqmlobjectcreator_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlobjectcreator_p.h b/src/qml/qml/qqmlobjectcreator_p.h
index e0aefaf81d..78e33ccb01 100644
--- a/src/qml/qml/qqmlobjectcreator_p.h
+++ b/src/qml/qml/qqmlobjectcreator_p.h
@@ -109,7 +109,7 @@ class QmlObjectCreator : public QQmlCompilePass
public:
QmlObjectCreator(QQmlContextData *contextData, QQmlCompiledData *compiledData);
- QObject *create(int subComponentIndex, QObject *parent = 0);
+ QObject *create(int subComponentIndex = -1, QObject *parent = 0);
void finalize();
QQmlComponentAttached *componentAttached;