Remove quotes from id: properties

As suggested in the Qt Quick coding style
This commit is contained in:
miruka
2019-04-20 17:45:51 -04:00
parent 8f35e60801
commit c866ac87a9
16 changed files with 33 additions and 33 deletions

View File

@@ -22,7 +22,7 @@ Controls1.SplitView {
console.log("replaced")
}
id: "pageStack"
id: pageStack
onCurrentItemChanged: currentItem.forceActiveFocus()