aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlwatcher_p.h
diff options
context:
space:
mode:
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);