src/gui/util/qsystemtrayicon.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   378     relied upon as the sole means for providing critical information.
   378     relied upon as the sole means for providing critical information.
   379 
   379 
   380     On Windows, the \a millisecondsTimeoutHint is usually ignored by the system
   380     On Windows, the \a millisecondsTimeoutHint is usually ignored by the system
   381     when the application has focus.
   381     when the application has focus.
   382 
   382 
       
   383     On Mac OS X, the Growl notification system must be installed for this function to
       
   384     display messages.
       
   385  
   383     \sa show() supportsMessages()
   386     \sa show() supportsMessages()
   384   */
   387   */
   385 void QSystemTrayIcon::showMessage(const QString& title, const QString& msg,
   388 void QSystemTrayIcon::showMessage(const QString& title, const QString& msg,
   386                             QSystemTrayIcon::MessageIcon icon, int msecs)
   389                             QSystemTrayIcon::MessageIcon icon, int msecs)
   387 {
   390 {