mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
removed commented out code
This commit is contained in:
parent
4dd8a8aa0d
commit
8327df55e4
1 changed files with 0 additions and 2 deletions
|
@ -79,8 +79,6 @@ void TabletProxy::setQmlTabletRoot(QQuickItem* qmlTabletRoot, QObject* qmlOffscr
|
|||
if (_qmlTabletRoot && _qmlOffscreenSurface) {
|
||||
QObject::connect(_qmlOffscreenSurface, SIGNAL(webEventReceived(QVariant)), this, SIGNAL(webEventReceived(QVariant)));
|
||||
gotoHomeScreen();
|
||||
//auto loader = _qmlTabletRoot->findChild<QQuickItem*>("loader");
|
||||
//QObject::connect(loader, SIGNAL(loaded()), this, SLOT(addButtonsToHomeScreen()));
|
||||
} else {
|
||||
removeButtonsFromHomeScreen();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue