summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
diff options
context:
space:
mode:
authormae <qt-info@nokia.com>2009-04-17 17:32:32 (GMT)
committerRoberto Raggi <roberto.raggi@nokia.com>2009-04-24 07:52:34 (GMT)
commitab83f16fd07300342d786f48a82b4d81f77f670d (patch)
tree9b109f8e2188aabcfa03f8d7f98e8e1ed63aa7fb /src/declarative/qml/qmlcompiler.cpp
parentb080c837c4c63b1cd0fdea9ae483cad824aef0d1 (diff)
downloadQt-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/qmlcompiler.cpp')
-rw-r--r--src/declarative/qml/qmlcompiler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp
index e1a88bb..dd42581 100644
--- a/src/declarative/qml/qmlcompiler.cpp
+++ b/src/declarative/qml/qmlcompiler.cpp
@@ -747,6 +747,8 @@ bool QmlCompiler::compileSignal(Property *prop, Object *obj)
if(isBinding(script))
COMPILE_EXCEPTION("Cannot assign binding to signal property");
+ qDebug() << "and here we go...";
+
int idx = output->indexForString(script);
int pr = output->indexForByteArray(prop->name);