src/gui/util/qsystemtrayicon_x11.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   379 bool QSystemTrayIconPrivate::isSystemTrayAvailable_sys()
   379 bool QSystemTrayIconPrivate::isSystemTrayAvailable_sys()
   380 {
   380 {
   381     return QSystemTrayIconSys::locateSystemTray() != XNone;
   381     return QSystemTrayIconSys::locateSystemTray() != XNone;
   382 }
   382 }
   383 
   383 
       
   384 bool QSystemTrayIconPrivate::supportsMessages_sys()
       
   385 {
       
   386     return true;
       
   387 }
       
   388 
   384 void QSystemTrayIconPrivate::showMessage_sys(const QString &message, const QString &title,
   389 void QSystemTrayIconPrivate::showMessage_sys(const QString &message, const QString &title,
   385                                    QSystemTrayIcon::MessageIcon icon, int msecs)
   390                                    QSystemTrayIcon::MessageIcon icon, int msecs)
   386 {
   391 {
   387     if (!sys)
   392     if (!sys)
   388         return;
   393         return;