mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm
Leftover from #6433
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