Fix showDesktop SIGNAL

This commit is contained in:
Zach Pomerantz 2016-04-05 14:18:08 -07:00
parent 7c6c75c484
commit 91126037e0

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() {