qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm

Leftover from #6433
This commit is contained in:
Wladimir J. van der Laan 2015-07-15 15:09:31 +02:00
parent 1ae3196c38
commit ce183dce2e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -130,5 +130,5 @@ void MacDockIconHandler::handleDockIconClickEvent()
this->mainWindow->show();
}
emit this->dockIconClicked();
Q_EMIT this->dockIconClicked();
}