Rename gotoPage to goToPage

This commit is contained in:
Lipu Fei 2019-03-22 10:21:17 +01:00
parent a8e2fcf5f5
commit 2b0e2d84bb
3 changed files with 5 additions and 5 deletions

View file

@ -204,7 +204,7 @@ Item
text: catalog.i18nc("@button", "Cancel")
width: UM.Theme.getSize("action_button").width
fixedWidthMode: true
onClicked: base.gotoPage("add_printer_by_selection")
onClicked: base.goToPage("add_printer_by_selection")
}
Cura.PrimaryButton