aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/javascript/memory.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/javascript/memory.qdoc')
-rw-r--r--src/qml/doc/src/javascript/memory.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/javascript/memory.qdoc b/src/qml/doc/src/javascript/memory.qdoc
index c7dcc00d98..54f48f48df 100644
--- a/src/qml/doc/src/javascript/memory.qdoc
+++ b/src/qml/doc/src/javascript/memory.qdoc
@@ -163,7 +163,7 @@ is completely empty, it is decommitted, but the address space is retained
(see \l{Basic Principles} above). If the memory usage grows again, the same
address space is re-used.
-The garbage collector is triggered either manually by calling the gc() function
+The garbage collector is triggered either manually by calling the \l [QML] {Qt::}{gc()} function
or by a heuristic that takes the following aspects into account:
\list