diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 94d20027d91a06aa6e6c8e590dc15b3a274277cd..18faab15e7c02d0e0c85c397ed69b157c2401144 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -2056,11 +2056,14 @@
 
     \section1 Finding Symbols
 
-    To find the use of a specific symbol in your project:
+    To find the use of a specific symbol in your Qt C++ or Qt Quick project:
     \list 1
-        \o In the editor place the cursor on the symbol and select \gui Tools
-           > \gui C++ > \gui{Find Usages} or press
-           \key Ctrl+Shift+U.
+        \o In the editor, place the cursor on the symbol, and select:
+        \list
+            \o \gui {Tools > C++ > Find Usages}
+            \o \gui {Tools > QML > Find Usages}
+            \o \key Ctrl+Shift+U
+        \endlist
 
            Qt Creator looks for the symbol in the following locations:
            \list