mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 00:43:30 +02:00
Fix for linux warning
This commit is contained in:
parent
cf138eb1fd
commit
37804d1875
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ void TabletScriptingInterface::setQmlTabletRoot(QString tabletId, QQuickItem* qm
|
|||
|
||||
static const char* TABLET_SOURCE_URL = "Tablet.qml";
|
||||
static const char* WEB_VIEW_SOURCE_URL = "TabletWebView.qml";
|
||||
static const char* LOADER_SOURCE_PROPERTY_NAME = "LoaderSource";
|
||||
static const char* VRMENU_SOURCE_URL = "TabletMenu.qml";
|
||||
|
||||
TabletProxy::TabletProxy(QString name) : _name(name) {
|
||||
|
|
Loading…
Reference in a new issue