summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput/testdata/proxypage
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-192-54/+4
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I5335388c0472b0ee554234fc7eca60769e504660 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* qdoc: DocBook: Fix incorrect static_cast in generateHeader()Topi Reinio2022-02-043-0/+80
There was an incorrect cast from an Aggregate to a NamespaceNode without checking whether we in fact have a node representing a namespace. This resulted in a segfault under certain conditions, typically when generating output for a ProxyNode. Add a test for proxy page generation that (sporadically) resulted in a segfault before this fix. The test case itself is misusing QDoc commands to force a generation of a proxy page; this corner case will be addressed in a later patch to output a warning. Pick-to: 6.3 6.2 Fixes: QTBUG-100471 Change-Id: I4efff050a6be9a1305d97403b33e9e270e95a842 Reviewed-by: Luca Di Sera <luca.disera@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>