mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:31:29 +02:00
Fix showDesktop SIGNAL
This commit is contained in:
parent
7c6c75c484
commit
91126037e0
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ void OffscreenUi::createDesktop(const QUrl& url) {
|
||||||
|
|
||||||
new KeyboardFocusHack();
|
new KeyboardFocusHack();
|
||||||
|
|
||||||
connect(_desktop, SIGNAL(showDesktop()), this, SLOT(showDesktop()));
|
connect(_desktop, SIGNAL(showDesktop()), this, SIGNAL(showDesktop()));
|
||||||
}
|
}
|
||||||
|
|
||||||
QQuickItem* OffscreenUi::getDesktop() {
|
QQuickItem* OffscreenUi::getDesktop() {
|
||||||
|
|
Loading…
Reference in a new issue