diff options
author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-11-20 12:28:34 (GMT) |
---|---|---|
committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-11-20 12:28:34 (GMT) |
commit | 182efb3d2c5182a89d7416f474811309d7939786 (patch) | |
tree | 4f22436f9727806b6b358fcdced03cf5086f9133 /src/gui/util | |
parent | bda75bfc7cf0137474005a0a733ff83e2aae16e9 (diff) | |
download | Qt-182efb3d2c5182a89d7416f474811309d7939786.zip Qt-182efb3d2c5182a89d7416f474811309d7939786.tar.gz Qt-182efb3d2c5182a89d7416f474811309d7939786.tar.bz2 |
Doc: Document QSystemTrayIcon::showMessage() Mac behavior.
Document that that QSystemTrayIcon::showMessage requires Growl.
Diffstat (limited to 'src/gui/util')
-rw-r--r-- | src/gui/util/qsystemtrayicon.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/util/qsystemtrayicon.cpp b/src/gui/util/qsystemtrayicon.cpp index c6ea00f..6f2b501 100644 --- a/src/gui/util/qsystemtrayicon.cpp +++ b/src/gui/util/qsystemtrayicon.cpp @@ -380,6 +380,9 @@ bool QSystemTrayIcon::supportsMessages() On Windows, the \a millisecondsTimeoutHint is usually ignored by the system when the application has focus. + On Mac OS X, the Growl notification system must be installed for this function to + display messages. + \sa show() supportsMessages() */ void QSystemTrayIcon::showMessage(const QString& title, const QString& msg, |