diff options
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); |