aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/debugger/qqmldebugservice.cpp')
-rw-r--r--src/qml/debugger/qqmldebugservice.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qml/debugger/qqmldebugservice.cpp b/src/qml/debugger/qqmldebugservice.cpp
index 56cffc169c..ffc8daa877 100644
--- a/src/qml/debugger/qqmldebugservice.cpp
+++ b/src/qml/debugger/qqmldebugservice.cpp
@@ -111,6 +111,7 @@ void ObjectReferenceHash::remove(QObject *obj)
}
/*!
+ \internal
Returns a unique id for \a object. Calling this method multiple times
for the same object will return the same id.
*/
@@ -132,7 +133,9 @@ int QQmlDebugService::idForObject(QObject *object)
}
/*!
- Returns the mapping of objects to unique \a ids, created through calls to idForObject().
+ \internal
+ Returns the mapping of objects to unique \a ids, created through
+ calls to idForObject().
*/
const QHash<int, QObject *> &QQmlDebugService::objectsForIds()
{