qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm
Leftover from #6433
This commit is contained in:
parent
1ae3196c38
commit
ce183dce2e
1 changed files with 1 additions and 1 deletions
|
@ -130,5 +130,5 @@ void MacDockIconHandler::handleDockIconClickEvent()
|
||||||
this->mainWindow->show();
|
this->mainWindow->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
emit this->dockIconClicked();
|
Q_EMIT this->dockIconClicked();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue