diff options
author | mae <qt-info@nokia.com> | 2009-04-20 16:39:21 (GMT) |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-04-24 07:52:39 (GMT) |
commit | fa842094e4d596ed8c7f9839df179aa48a5a9c63 (patch) | |
tree | 366ceeb4589e1d118a77241c55d8619a4870d4aa /src/declarative/qml/qmlcompiler.cpp | |
parent | 98f3c22d57ce9b4a2dff8e8eef1c786b89426645 (diff) | |
download | Qt-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.cpp | 2 |
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); |