document what happens to the page after pop()
Change-Id: I85b6cca525ced119329e1c28807efb6befcb4af3
This commit is contained in:
parent
03bae89ac5
commit
b484b7faf0
@ -130,6 +130,9 @@ Item {
|
||||
|
||||
/**
|
||||
* Pops a page off the stack.
|
||||
* If the page used to have another parent before being pushed, it will be reparented
|
||||
* to this old parent. If the page was created from a component at push time,
|
||||
* it will be deleted.
|
||||
*
|
||||
* @param type:Page page if page is specified then the stack is unwound to that
|
||||
* page, to unwind to the first page specify page as null.
|
||||
|
Loading…
Reference in New Issue
Block a user