Deprecate tablet.gotoWebScreen()'s loadOtherBase parameter

This commit is contained in:
David Rowe 2019-09-28 11:27:31 +12:00
parent 07d8013e21
commit 3d667b4a21

View file

@ -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);