summaryrefslogtreecommitdiff
path: root/src/gui/util
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2009-11-20 13:28:34 +0100
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2009-11-20 13:28:34 +0100
commit182efb3d2c5182a89d7416f474811309d7939786 (patch)
tree4f22436f9727806b6b358fcdced03cf5086f9133 /src/gui/util
parentbda75bfc7cf0137474005a0a733ff83e2aae16e9 (diff)
downloadqt4-tools-182efb3d2c5182a89d7416f474811309d7939786.tar.gz
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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/util/qsystemtrayicon.cpp b/src/gui/util/qsystemtrayicon.cpp
index c6ea00f2cd..6f2b501118 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,