Commit 08996954 authored by Konstantin Tokarev's avatar Konstantin Tokarev
Browse files

Remove traces of Growl in QSystemTrayIcon code and documentation


Growl support was removed in Qt 5.8.

Change-Id: I00a36cd955194ca8ceee52841a89ca579da01284
Reviewed-by: default avatarJake Petroules <jake.petroules@qt.io>
Showing with 1 addition and 8 deletions
......@@ -72,8 +72,6 @@
**
****************************************************************************/
#define QT_MAC_SYSTEMTRAY_USE_GROWL
#include "qcocoasystemtrayicon.h"
#ifndef QT_NO_SYSTEMTRAYICON
......
......@@ -107,9 +107,7 @@ static QIcon messageIcon2qIcon(QSystemTrayIcon::MessageIcon icon)
\li All X11 desktop environments that implement the D-Bus
\l{http://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierItem}
specification, including recent versions of KDE and Unity.
\li All supported versions of \macos. Note that the Growl
notification system must be installed for
QSystemTrayIcon::showMessage() to display messages on \macos prior to 10.8 (Mountain Lion).
\li All supported versions of \macos.
\endlist
To check whether a system tray is present on the user's desktop,
......@@ -399,9 +397,6 @@ bool QSystemTrayIcon::supportsMessages()
On Windows, the \a millisecondsTimeoutHint is usually ignored by the system
when the application has focus.
On \macos, the Growl notification system must be installed for this function to
display messages.
Has been turned into a slot in Qt 5.2.
\sa show(), supportsMessages()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment