mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 07:22:43 +02:00
Deprecate tablet.gotoWebScreen()'s loadOtherBase parameter
This commit is contained in:
parent
07d8013e21
commit
3d667b4a21
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ public:
|
|||
* @param {string} [injectedJavaScriptUrl=""] - The URL of JavaScript to inject into the web page.
|
||||
* @param {boolean} [loadOtherBase=false] - If <code>true</code>, the web page or app is displayed in a frame with "back"
|
||||
* and "close" buttons.
|
||||
* <p class="important">Deprecated: This parameter is deprecated and will be removed.</p>
|
||||
*/
|
||||
Q_INVOKABLE void gotoWebScreen(const QString& url);
|
||||
Q_INVOKABLE void gotoWebScreen(const QString& url, const QString& injectedJavaScriptUrl, bool loadOtherBase = false);
|
||||
|
|
Loading…
Reference in a new issue