Merge pull request #7582 from zzmp/fix/desktop-signal

Fix showDesktop SIGNAL
This commit is contained in:
Brad Hefta-Gaub 2016-04-06 08:29:26 -07:00
commit e76a04951c

View file

@ -447,7 +447,7 @@ void OffscreenUi::createDesktop(const QUrl& url) {
new KeyboardFocusHack();
connect(_desktop, SIGNAL(showDesktop()), this, SLOT(showDesktop()));
connect(_desktop, SIGNAL(showDesktop()), this, SIGNAL(showDesktop()));
}
QQuickItem* OffscreenUi::getDesktop() {