Skip to content

Commit

Permalink
Fix the documentation - QSystemTrayIcon::messageClicked works on macOS
Browse files Browse the repository at this point in the history
Trivially reproduced by the systray example.

Task-number: QTBUG-77150
Change-Id: I888db728741c35e8b0378c38c8747ad163cad47d
Reviewed-by: Tor Arne Vestbø <[email protected]>
  • Loading branch information
vohi committed Aug 30, 2019
1 parent 26afc5c commit 43a1db6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/widgets/util/qsystemtrayicon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,6 @@ bool QSystemTrayIcon::event(QEvent *e)
This signal is emitted when the message displayed using showMessage()
was clicked by the user.
Currently this signal is not sent on \macos.
\note We follow Microsoft Windows behavior, so the
signal is also emitted when the user clicks on a tray icon with
a balloon message displayed.
Expand Down

0 comments on commit 43a1db6

Please sign in to comment.