From 3f10d88a56bb2e4bf16c6922e4751de08df9d335 Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@nokia.com> Date: Thu, 13 Jan 2011 15:07:52 +0100 Subject: [PATCH] Doc: Find Usages command for QML Reviewed-by: Christian Kamm --- doc/qtcreator.qdoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 94d20027d91..18faab15e7c 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 -- GitLab