changes api call

This commit is contained in:
Dante Ruiz 2017-07-21 17:15:31 +01:00
parent 3c862c34b2
commit e2359f6bb9

View file

@ -101,7 +101,7 @@ Menu::Menu() {
static const QUrl tabletUrl("../../hifi/dialogs/TabletRunningScripts.qml");
auto tabletScriptingInterface = DependencyManager::get<TabletScriptingInterface>();
TabletProxy* tablet = tabletScriptingInterface->getTablet("com.highfidelity.interface.tablet.system");
tablet->pushOntoStack(tabletUrl);
tablet->loadQMLSource(tabletUrl);
});
// Edit > Open and Run Script from File... [advanced]