mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
Rename gotoPage to goToPage
This commit is contained in:
parent
a8e2fcf5f5
commit
2b0e2d84bb
3 changed files with 5 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ Item
|
|||
signal showNextPage()
|
||||
signal showPreviousPage()
|
||||
signal passLastPage() // Emitted when there is no more page to show
|
||||
signal gotoPage(string page_id) // Go to a specific page by the given page_id.
|
||||
signal goToPage(string page_id) // Go to a specific page by the given page_id.
|
||||
|
||||
onShowNextPage:
|
||||
{
|
||||
|
|
@ -54,7 +54,7 @@ Item
|
|||
}
|
||||
}
|
||||
|
||||
onGotoPage:
|
||||
onGoToPage:
|
||||
{
|
||||
// find the page index
|
||||
var page_index = -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue