Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
Qt Creator 13.0.2, Qt Creator 14.0.0-beta1
-
ac0ad40ef (master)
Description
Try opening refactor menu for the Item, "Move Component into Separate File" and open that file.
'objectName' is intended one time too much and the ending } is also off by one.
import QtQuick import QtQuick.Window Window { Item { id: myItem objectName: "hello" } }
Attachments
Issue Links
- depends on
-
QTBUG-126542 qmlls: implement Qt Creators Refactoring operations
- Reported