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
-