Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 3.6.1
-
None
Description
popEnter: Transition { XAnimator { from: (control.mirrored ? -1 : 1) * -control.width; to: 0; duration: 400; easing.type: Easing.OutCubic } }
becomes this:
popEnter: Transition { XAnimator { from: (control.mirrored ? -1 : 1) * -control.width; to: 0; duration: 400; easing.type: Easing.OutCubic } }
However, the semicolons aren't necessary since there are now newlines there instead.
Attachments
Issue Links
- relates to
-
QTBUG-126542 qmlls: implement Qt Creators Refactoring operations
-
- Reported
-
Gerrit Reviews
For Gerrit Dashboard: QTCREATORBUG-16207 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
647588,6 | qmljseditor: remove semicolons when splitting initializer | master | qt-creator/qt-creator | Status: NEW | +1 | -1 |