qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm

Leftover from #6433

Rebased-From: ce183dce2e13c23ed279f4d9dae281e8e5977ebd
This commit is contained in:
Wladimir J. van der Laan 2015-07-15 15:09:31 +02:00
parent e092f22951
commit 164966705a
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();
}