src/gui/util/qsystemtrayicon.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   354 
   354 
   355     \sa showMessage()
   355     \sa showMessage()
   356 */
   356 */
   357 bool QSystemTrayIcon::supportsMessages()
   357 bool QSystemTrayIcon::supportsMessages()
   358 {
   358 {
   359 #if defined(Q_WS_QWS)
   359     return QSystemTrayIconPrivate::supportsMessages_sys();
   360     return false;
       
   361 #endif
       
   362     return true;
       
   363 }
   360 }
   364 
   361 
   365 /*!
   362 /*!
   366     \fn void QSystemTrayIcon::showMessage(const QString &title, const QString &message, MessageIcon icon, int millisecondsTimeoutHint)
   363     \fn void QSystemTrayIcon::showMessage(const QString &title, const QString &message, MessageIcon icon, int millisecondsTimeoutHint)
   367     \since 4.3
   364     \since 4.3