From 3d667b4a21ec926f6982aaefe8af8781e579c32b Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 28 Sep 2019 11:27:31 +1200 Subject: [PATCH] Deprecate tablet.gotoWebScreen()'s loadOtherBase parameter --- libraries/ui/src/ui/TabletScriptingInterface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/ui/src/ui/TabletScriptingInterface.h b/libraries/ui/src/ui/TabletScriptingInterface.h index bae5eda29e..58596d6d92 100644 --- a/libraries/ui/src/ui/TabletScriptingInterface.h +++ b/libraries/ui/src/ui/TabletScriptingInterface.h @@ -279,6 +279,7 @@ public: * @param {string} [injectedJavaScriptUrl=""] - The URL of JavaScript to inject into the web page. * @param {boolean} [loadOtherBase=false] - If true, the web page or app is displayed in a frame with "back" * and "close" buttons. + *

Deprecated: This parameter is deprecated and will be removed.

*/ Q_INVOKABLE void gotoWebScreen(const QString& url); Q_INVOKABLE void gotoWebScreen(const QString& url, const QString& injectedJavaScriptUrl, bool loadOtherBase = false);