summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
diff options
context:
space:
mode:
authormae <qt-info@nokia.com>2009-04-20 16:39:21 (GMT)
committerRoberto Raggi <roberto.raggi@nokia.com>2009-04-24 07:52:39 (GMT)
commitfa842094e4d596ed8c7f9839df179aa48a5a9c63 (patch)
tree366ceeb4589e1d118a77241c55d8619a4870d4aa /src/declarative/qml/qmlcompiler.cpp
parent98f3c22d57ce9b4a2dff8e8eef1c786b89426645 (diff)
downloadQt-fa842094e4d596ed8c7f9839df179aa48a5a9c63.zip
Qt-fa842094e4d596ed8c7f9839df179aa48a5a9c63.tar.gz
Qt-fa842094e4d596ed8c7f9839df179aa48a5a9c63.tar.bz2
parse function declarations in the object declaration and generate script properties. Makes the slider work.
Diffstat (limited to 'src/declarative/qml/qmlcompiler.cpp')
-rw-r--r--src/declarative/qml/qmlcompiler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp
index dd42581..e1a88bb 100644
--- a/src/declarative/qml/qmlcompiler.cpp
+++ b/src/declarative/qml/qmlcompiler.cpp
@@ -747,8 +747,6 @@ 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);