Doc: Add info about finding type alias definitions

Task-number: QTCREATORBUG-25162
Change-Id: I05f0d602b2949b37edad54e32e9e17cdc3e93154
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2021-04-01 11:16:09 +02:00
parent 7d1d9a0002
commit 16cb026b8b
3 changed files with 6 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@@ -55,9 +55,9 @@
\note You can also select \uicontrol Edit > \uicontrol {Find/Replace} >
\uicontrol {Advanced Find} > \uicontrol {C++ Symbols} to search for
classes, functions, enums, and declarations either from files listed as
part of the project or from all files that are used by the code, such as
include files.
classes, functions, enums, and declarations (including type aliases) either
from files listed as part of the project or from all files that are used by
the code, such as include files.
\image qtcreator-search-cpp-symbols.png
\endif
@@ -113,8 +113,9 @@
\li Locating bookmarks (\c {b}).
For more information, see \l{Using Bookmarks}.
\li Locating class (\c {c}), enum, and function (\c {m}) definitions in
your project or anywhere referenced from your project (\c {:})
\li Locating class (\c {c}), enum, function (\c {m}), and type alias
definitions in your project or anywhere referenced from your
project (\c {:})
\endif
\li Locating QML methods (\c {m})