Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10
-
None
-
8318bf94c (dev), 4954e9b29 (6.9)
Description
import QtQml QtObject { function f() { class /**/ C {} return 1; } }
becomes
import QtQml QtObject { function f() { /**/ /**/ class C {} return 1; } }
and then
import QtQml QtObject { function f() { /**/ /**/ /**/ /**/ class C {} return 1; } }
Attachments
Issue Links
- relates to
-
QTBUG-123386 QmlFormat. Incorrect handling of some comments
-
- In Progress
-
- resulted from
-
QTBUG-131386 qmlformat inserts a new space after block comment on file save
-
- Closed
-
For Gerrit Dashboard: QTBUG-133316 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
634758,5 | qmlformat: fix comments around class name and {} | 6.8 | qt/qtdeclarative | Status: NEW | +2 | 0 |
624444,6 | qmlformat: fix comments around class name and {} | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
632612,3 | qmlformat: fix comments around class name and {} | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |