removed commented out code

This commit is contained in:
Dante Ruiz 2017-01-04 19:21:03 +00:00
parent 4dd8a8aa0d
commit 8327df55e4

View file

@ -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();
}