mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 08:54:26 +02:00
changes api call
This commit is contained in:
parent
3c862c34b2
commit
e2359f6bb9
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Menu::Menu() {
|
||||||
static const QUrl tabletUrl("../../hifi/dialogs/TabletRunningScripts.qml");
|
static const QUrl tabletUrl("../../hifi/dialogs/TabletRunningScripts.qml");
|
||||||
auto tabletScriptingInterface = DependencyManager::get<TabletScriptingInterface>();
|
auto tabletScriptingInterface = DependencyManager::get<TabletScriptingInterface>();
|
||||||
TabletProxy* tablet = tabletScriptingInterface->getTablet("com.highfidelity.interface.tablet.system");
|
TabletProxy* tablet = tabletScriptingInterface->getTablet("com.highfidelity.interface.tablet.system");
|
||||||
tablet->pushOntoStack(tabletUrl);
|
tablet->loadQMLSource(tabletUrl);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Edit > Open and Run Script from File... [advanced]
|
// Edit > Open and Run Script from File... [advanced]
|
||||||
|
|
Loading…
Reference in a new issue