From 4106772b57723a8315d5e540305862ed40248594 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 18 Nov 2022 22:16:51 +0000 Subject: qdoc: Fix keyword generated for QML modules in the .qhp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace a generic keyword that uses a QML module node \title with a keyword that represents the actual QML module import: QtQuick -> QML.QtQuick QtQuick.Controls -> QML.Controls.QtQuick Pick-to: 6.4 Fixes: QTBUG-105075 Change-Id: I78d05e9336dd9147e112fb99b1558fa7e07610c5 Reviewed-by: Kai Köhne --- tests/auto/qdoc/generatedoutput/expected_output/test.qhp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/auto/qdoc/generatedoutput/expected_output/test.qhp b/tests/auto/qdoc/generatedoutput/expected_output/test.qhp index e058b6d82..484e167ce 100644 --- a/tests/auto/qdoc/generatedoutput/expected_output/test.qhp +++ b/tests/auto/qdoc/generatedoutput/expected_output/test.qhp @@ -71,14 +71,13 @@ - - + @@ -86,6 +85,8 @@ + + @@ -95,8 +96,7 @@ - - + -- cgit v1.2.1