mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
Doc review
This commit is contained in:
parent
15d3c7231e
commit
92eb418690
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ public:
|
|||
* Displays a QML dialog over the top of the current dialog, without closing the current dialog. Use
|
||||
* {@link TabletProxy#popFromStack|popFromStack} to close the dialog.
|
||||
* <p>If the current dialog or its ancestors contain a QML <code>StackView</code> with <code>objectName: "stack"</code> and
|
||||
* function <code>pushSource(path)</code>, that functions is called; otherwise,
|
||||
* function <code>pushSource(path)</code>, that function is called; otherwise,
|
||||
* {@link TabletProxy#loadQMLSource|loadQMLSource} is called. The Create app provides an example of using a QML
|
||||
* <code>StackView</code>.</p>
|
||||
* @function TabletProxy#pushOntoStack
|
||||
|
|
Loading…
Reference in a new issue