diff options
author | Paul Wicking <[email protected]> | 2025-08-18 08:34:30 +0200 |
---|---|---|
committer | Paul Wicking <[email protected]> | 2025-08-19 14:03:27 +0200 |
commit | 70e18dda1184c44f354a493bc1c0d510267b93a1 (patch) | |
tree | 318cea3642eb66a5b5c15f2e62f6e029e5a590de /examples/uitools/uitools.pro | |
parent | 0c8860e986cf449619a0122f6e717eb41ae8a310 (diff) |
QDoc truncates link text at the first parenthesis due to incorrectly
advancing the main parser position instead of the local counter when
processing parentheses pairs. This causes links like "Q(Gui)Application"
to render only "Q" as clickable text.
This change ensures that the local parsing position advances properly
while preserving the main parser state. This in turn allows QDoc to
generate the complete link text correctly, including parentheses.
Fixes: QTBUG-69756
Pick-to: 6.10 6.9 6.8
Change-Id: Ib4dcba3ef3a357c96180f44794068bfca0bae310
Reviewed-by: Topi Reiniƶ <[email protected]>
Reviewed-by: David Boddie <[email protected]>
Diffstat (limited to 'examples/uitools/uitools.pro')
0 files changed, 0 insertions, 0 deletions