aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-06-24 15:39:45 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-06-25 12:56:00 +0000
commit31efb97e3c25ba2f8eeb3f1ccdee1c96ed0cf96b (patch)
tree9ed126c7dd6747088aeb8ee899e9de77064c11ce /doc
parent158dee7eb69112ed8794b2631c9afc75fbcfe95f (diff)
Doc: Describe the Add Forward Declaration refactoring action
Task-number: QTCREATORBUG-23444 Change-Id: Iaa38197a6e37b3507aad8ca756a94fa1eb05633b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator/src/editors/creator-code-refactoring.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc
index 5e45b163b2..ab8145b5f7 100644
--- a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc
+++ b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc
@@ -581,6 +581,11 @@
definition of a symbol available.
\li Undeclared identifier
\row
+ \li Add Forward Declaration
+ \li Adds a forward declaration for an undeclared identifier
+ operation.
+ \li Undeclared identifier
+ \row
\li Reformat Pointers or References
\li Reformats declarations with pointers or references according
to the code style settings for the current project. In case no