From ad912f66a672c05f55e0c2bb18f5318a704717ec Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 7 Oct 2020 17:23:03 +0200 Subject: [PATCH] Doc: Describe auto-completion in C++ class wizard template Task-number: QTCREATORBUG-24529 Change-Id: I007c2a1f13041ddb95c98086f257afa4fa9e9b1b Reviewed-by: Christian Kandeler --- .../src/projects/creator-only/creator-projects-creating.qdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc index 13080a27efd..d4d9a5600c6 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-creating.qdoc @@ -373,7 +373,8 @@ The wizard supports namespaces. To use a namespace, enter a qualified class name in the \uicontrol {Class name} field. For example: - MyNamespace::MySubNamespace::MyClass. + \c MyNamespace::MySubNamespace::MyClass. The wizard suggests + existing namespaces and class names as you type. \image qtcreator-cpp-class-wizard.png "Enter Class Name dialog"