mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-30 16:54:19 +00:00
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm
Leftover from #6433
This commit is contained in:
parent
1ae3196c38
commit
ce183dce2e
@ -130,5 +130,5 @@ void MacDockIconHandler::handleDockIconClickEvent()
|
|||||||
this->mainWindow->show();
|
this->mainWindow->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
emit this->dockIconClicked();
|
Q_EMIT this->dockIconClicked();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user