Skip to content

Commit ce183dc

Browse files
committed
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm
Leftover from #6433
1 parent 1ae3196 commit ce183dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/macdockiconhandler.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ void setupDockClickHandler() {
130130
this->mainWindow->show();
131131
}
132132

133-
emit this->dockIconClicked();
133+
Q_EMIT this->dockIconClicked();
134134
}

0 commit comments

Comments
 (0)