summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorPaul Wicking <[email protected]>2025-08-18 08:34:30 +0200
committerPaul Wicking <[email protected]>2025-08-19 14:03:27 +0200
commit70e18dda1184c44f354a493bc1c0d510267b93a1 (patch)
tree318cea3642eb66a5b5c15f2e62f6e029e5a590de /coin
parent0c8860e986cf449619a0122f6e717eb41ae8a310 (diff)
Fix parentheses truncation in QDoc link textHEADdev
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 'coin')
0 files changed, 0 insertions, 0 deletions