Remove quotes from id: properties
As suggested in the Qt Quick coding style
This commit is contained in:
@@ -22,7 +22,7 @@ Controls1.SplitView {
|
||||
console.log("replaced")
|
||||
}
|
||||
|
||||
id: "pageStack"
|
||||
id: pageStack
|
||||
|
||||
onCurrentItemChanged: currentItem.forceActiveFocus()
|
||||
|
||||
|
Reference in New Issue
Block a user