remove some unneeded objectNames

This commit is contained in:
Seth Alves 2016-09-12 15:34:29 -07:00
parent 4c370d0d32
commit 3e86b2f0f2

View file

@ -67,7 +67,6 @@ Window {
AddressBarDialog { AddressBarDialog {
id: addressBarDialog id: addressBarDialog
objectName: "AddressBarDialogDialog"
property bool keyboardRaised: false property bool keyboardRaised: false
property bool punctuationMode: false property bool punctuationMode: false
@ -128,7 +127,6 @@ Window {
} }
Image { Image {
id: backgroundImage id: backgroundImage
objectName: "AddressBarDialogImage"
source: "../images/address-bar.svg" source: "../images/address-bar.svg"
width: 576 * root.scale width: 576 * root.scale
height: 80 * root.scale height: 80 * root.scale
@ -178,7 +176,6 @@ Window {
TextInput { TextInput {
id: addressLine id: addressLine
focus: true focus: true
objectName: "AddressBarDialogTextInput"
anchors { anchors {
top: parent.top top: parent.top
bottom: parent.bottom bottom: parent.bottom