Skip to content

Commit

Permalink
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm
Browse files Browse the repository at this point in the history
Leftover from #6433
  • Loading branch information
laanwj committed Jul 15, 2015
1 parent 1ae3196 commit ce183dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/macdockiconhandler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ void setupDockClickHandler() {
this->mainWindow->show();
}

emit this->dockIconClicked();
Q_EMIT this->dockIconClicked();
}

0 comments on commit ce183dc

Please sign in to comment.