aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlwatcher_p.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2012-03-06 17:25:58 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-19 14:35:54 +0100
commitbfedb27838864e7acddebc6c0f731d617c3d1c22 (patch)
tree9f3eab3db7aa06004ccf148b74522ecdf0cda5b0 /src/qml/qml/qqmlwatcher_p.h
parente0e81d6f20e2190becd6354785a148c147f00ad8 (diff)
QmlEngineDebugService: Rename service to QmlDebugger
Rename service from QDeclarativeEngine to QmlDebugger. Send a response for each query. Change-Id: I01cfeaf3e4116bfd7029d170ee228c159973947c Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlwatcher_p.h')
-rw-r--r--src/qml/qml/qqmlwatcher_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlwatcher_p.h b/src/qml/qml/qqmlwatcher_p.h
index 70dc9d468c..3ca2c83777 100644
--- a/src/qml/qml/qqmlwatcher_p.h
+++ b/src/qml/qml/qqmlwatcher_p.h
@@ -77,7 +77,7 @@ public:
bool addWatch(int id, quint32 objectId, const QByteArray &property);
bool addWatch(int id, quint32 objectId, const QString &expr);
- void removeWatch(int id);
+ bool removeWatch(int id);
Q_SIGNALS:
void propertyChanged(int id, int objectId, const QMetaProperty &property, const QVariant &value);