mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 08:56:36 +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();
|
||||
|
||||
connect(_desktop, SIGNAL(showDesktop()), this, SLOT(showDesktop()));
|
||||
connect(_desktop, SIGNAL(showDesktop()), this, SIGNAL(showDesktop()));
|
||||
}
|
||||
|
||||
QQuickItem* OffscreenUi::getDesktop() {
|
||||
|
|
Loading…
Reference in a new issue