summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/qml/type.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2024-04-12 09:45:25 +0000
committerTopi Reinio <topi.reinio@qt.io>2024-04-12 10:06:10 +0000
commitca22950607e85b3a0846ab08e692233b99361ede (patch)
tree9d695bdbee6d81119aa23c7d2a22090dd3150cef /src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/qml/type.cpp
parent1f123f7dd813d1a55527c56761d5d4cd29fc3107 (diff)
qdoc: Remove conflicting QDoc command in a test case
The `comprehensiveproject` test case included two QML types that both referred to the same C++ class with `\instantiates` command. This resulted in variance in output based on the order of parsing the source files. Remove one of the conflicting commands. Change-Id: Ib398725db7aef9049ac02b519d7ea9c33f7b5623 Reviewed-by: Luca Di Sera <luca.disera@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/qml/type.cpp')
-rw-r--r--src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/qml/type.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/qml/type.cpp b/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/qml/type.cpp
index 157bb807f..8bd99a82b 100644
--- a/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/qml/type.cpp
+++ b/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/qml/type.cpp
@@ -37,7 +37,6 @@
/*!
\qmltype TypeNoVersion
- \instantiates TestQDoc::TestDerived
\inqmlmodule Test.NoVer
\brief Another QML type documented in a .cpp file.
*/