diff options
author | mae <qt-info@nokia.com> | 2009-04-17 17:32:32 (GMT) |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-04-24 07:52:34 (GMT) |
commit | ab83f16fd07300342d786f48a82b4d81f77f670d (patch) | |
tree | 9b109f8e2188aabcfa03f8d7f98e8e1ed63aa7fb /src/declarative/qml/qmlcomponent_p.h | |
parent | b080c837c4c63b1cd0fdea9ae483cad824aef0d1 (diff) | |
download | Qt-ab83f16fd07300342d786f48a82b4d81f77f670d.zip Qt-ab83f16fd07300342d786f48a82b4d81f77f670d.tar.gz Qt-ab83f16fd07300342d786f48a82b4d81f77f670d.tar.bz2 |
support both *.qml and *.whatever with autodetection. Some debug output, some fixes. Some stuff works now, biggest omission is UiObjectBinding to get the more complex examples working.
Diffstat (limited to 'src/declarative/qml/qmlcomponent_p.h')
-rw-r--r-- | src/declarative/qml/qmlcomponent_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcomponent_p.h b/src/declarative/qml/qmlcomponent_p.h index 8074775..bb5f7bb 100644 --- a/src/declarative/qml/qmlcomponent_p.h +++ b/src/declarative/qml/qmlcomponent_p.h @@ -81,6 +81,7 @@ public: QmlEngine *engine; void clear(); + static bool isXml(const QByteArray &); }; #endif // QMLCOMPONENT_P_H |