forked from qt-creator/qt-creator
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:
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})
|
||||
|
||||
Reference in New Issue
Block a user