summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-10 06:52:35 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-10 06:52:35 (GMT)
commit08b3d0ae11392528af3c39766023ffd2d116eb6b (patch)
treee9e2b90d84b2186db61932b0f3e3b245fb0fcd6c /src/declarative/qml
parentbdb9c0ffa84bfab386de5550bd8f9b013288daca (diff)
parent432d54d092414431e1e54daa2259384d83600bf2 (diff)
downloadQt-08b3d0ae11392528af3c39766023ffd2d116eb6b.zip
Qt-08b3d0ae11392528af3c39766023ffd2d116eb6b.tar.gz
Qt-08b3d0ae11392528af3c39766023ffd2d116eb6b.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlenginedebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlenginedebug.cpp b/src/declarative/qml/qmlenginedebug.cpp
index 20d6fc1..3813d20 100644
--- a/src/declarative/qml/qmlenginedebug.cpp
+++ b/src/declarative/qml/qmlenginedebug.cpp
@@ -99,7 +99,6 @@ QmlEngineDebugServer::QmlObjectProperty
QmlEngineDebugServer::propertyData(QObject *obj, int propIdx)
{
QmlObjectProperty rv;
-;
QMetaProperty prop = obj->metaObject()->property(propIdx);