From acf5c2e60210d990d5e744f3d453657b24613ee0 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 20 Dec 2023 15:17:10 +0100 Subject: [PATCH] Doc: Move sources for "Jump to the Code" to qtdesignstudio\src To fix QDoc warnings. Also, hide the topic from the Qt Creator Manual. Change-Id: I499f338a6f4adc3fff7f6b38eb2363437f1a84d5 Reviewed-by: Johanna Vanhatapio Reviewed-by: Qt CI Patch Build Bot Reviewed-by: Pranta Ghosh Dastider --- doc/qtcreator/src/editors/creator-finding.qdoc | 3 ++- .../src/developers/studio-jump-to-the-code.qdoc} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename doc/{qtcreator/src/editors/creator-jump-to-the-code.qdoc => qtdesignstudio/src/developers/studio-jump-to-the-code.qdoc} (100%) diff --git a/doc/qtcreator/src/editors/creator-finding.qdoc b/doc/qtcreator/src/editors/creator-finding.qdoc index d2eda6bd227..2ebf1ad0a94 100644 --- a/doc/qtcreator/src/editors/creator-finding.qdoc +++ b/doc/qtcreator/src/editors/creator-finding.qdoc @@ -37,6 +37,7 @@ through projects, files, classes, functions, documentation and file systems. + \if defined(qtdesignstudio) \li \l{Jump to the Code} Jump to the code for a specific component directly from @@ -44,7 +45,7 @@ You can also jump to the code of a particular \uicontrol {State} or \uicontrol {Connection} from their corresponding views. - + \endif \endlist */ diff --git a/doc/qtcreator/src/editors/creator-jump-to-the-code.qdoc b/doc/qtdesignstudio/src/developers/studio-jump-to-the-code.qdoc similarity index 100% rename from doc/qtcreator/src/editors/creator-jump-to-the-code.qdoc rename to doc/qtdesignstudio/src/developers/studio-jump-to-the-code.qdoc