summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/standalone/watchtable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmldebugger/standalone/watchtable.cpp')
-rw-r--r--tools/qmldebugger/standalone/watchtable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmldebugger/standalone/watchtable.cpp b/tools/qmldebugger/standalone/watchtable.cpp
index 19f034e..7483d28 100644
--- a/tools/qmldebugger/standalone/watchtable.cpp
+++ b/tools/qmldebugger/standalone/watchtable.cpp
@@ -217,7 +217,7 @@ void WatchTableModel::togglePropertyWatch(const QmlDebugObjectReference &object,
+ QLatin1String(" on\n")
+ object.className()
+ QLatin1String(":\n")
- + (object.name().isEmpty() ? QLatin1String("<unnamed>") : object.name());
+ + (object.name().isEmpty() ? QLatin1String("<unnamed object>") : object.name());
addWatch(watch, desc);
emit watchCreated(watch);
}