summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlenginedebug.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-11-10 02:41:21 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-11-10 02:41:21 (GMT)
commitae9b78bff688decf9de4ead0343d8e50d40150ba (patch)
tree2cabbf3cea396c33c2d2e444c8b26f2f7a643082 /src/declarative/qml/qmlenginedebug.cpp
parent3b37a6463c7598adb009bd3fe2e20587a19425ae (diff)
downloadQt-ae9b78bff688decf9de4ead0343d8e50d40150ba.zip
Qt-ae9b78bff688decf9de4ead0343d8e50d40150ba.tar.gz
Qt-ae9b78bff688decf9de4ead0343d8e50d40150ba.tar.bz2
Minor improvements, additional pointer checks.
Diffstat (limited to 'src/declarative/qml/qmlenginedebug.cpp')
-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);