-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 3.6.1
-
None
-
236eef8b8 (master)
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.
- relates to
-
QTBUG-126542 qmlls: implement Qt Creators Refactoring operations
-
- Reported
-