aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-06-06 11:07:40 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2023-06-06 12:06:49 +0000
commit1348f0cfe07866bc61df1aa23e7ad54d278299de (patch)
treeaca3f8f302adf42472c93f7125f645b35aeae926
parent9cc9ec2aec1a6de499737cdd1f021384e320a997 (diff)
Doc: Fix description of Add Class Member refactoring action
The developer must enter the data type of the member only if automatic detection fails. Change-Id: I51c1f36aeb34fb6560701cbd30a5748be5f1cde0 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qtcreator/src/editors/creator-quick-fixes.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/qtcreator/src/editors/creator-quick-fixes.qdoc b/doc/qtcreator/src/editors/creator-quick-fixes.qdoc
index 57bb973bb2..0f6e7fd58a 100644
--- a/doc/qtcreator/src/editors/creator-quick-fixes.qdoc
+++ b/doc/qtcreator/src/editors/creator-quick-fixes.qdoc
@@ -482,8 +482,9 @@
\row
\li Add Class Member
\li Adds a member declaration for the class member being
- initialized if it is not yet declared. You must enter
- the data type of the member.
+ initialized if it is not yet declared. If \QC cannot
+ automatically detect the data type of the member, you
+ must add it.
\li Identifier
\row
\li Create Implementations for Member Functions