mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-03 04:16:11 +02:00
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm
Leftover from #6433
Rebased-From: ce183dce2e
This commit is contained in:
@@ -130,5 +130,5 @@ void MacDockIconHandler::handleDockIconClickEvent()
|
||||
this->mainWindow->show();
|
||||
}
|
||||
|
||||
emit this->dockIconClicked();
|
||||
Q_EMIT this->dockIconClicked();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user