mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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) {
|
if (_qmlTabletRoot && _qmlOffscreenSurface) {
|
||||||
QObject::connect(_qmlOffscreenSurface, SIGNAL(webEventReceived(QVariant)), this, SIGNAL(webEventReceived(QVariant)));
|
QObject::connect(_qmlOffscreenSurface, SIGNAL(webEventReceived(QVariant)), this, SIGNAL(webEventReceived(QVariant)));
|
||||||
gotoHomeScreen();
|
gotoHomeScreen();
|
||||||
//auto loader = _qmlTabletRoot->findChild<QQuickItem*>("loader");
|
|
||||||
//QObject::connect(loader, SIGNAL(loaded()), this, SLOT(addButtonsToHomeScreen()));
|
|
||||||
} else {
|
} else {
|
||||||
removeButtonsFromHomeScreen();
|
removeButtonsFromHomeScreen();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue