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 zcash#6433

Rebased-From: ce183dc
  • Loading branch information
laanwj committed Jul 15, 2015
1 parent e092f22 commit 1649667
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 1649667

Please sign in to comment.