src/gui/util/qsystemtrayicon_qws.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    73 bool QSystemTrayIconPrivate::isSystemTrayAvailable_sys()
    73 bool QSystemTrayIconPrivate::isSystemTrayAvailable_sys()
    74 {
    74 {
    75     return false;
    75     return false;
    76 }
    76 }
    77 
    77 
       
    78 bool QSystemTrayIconPrivate::supportsMessages_sys()
       
    79 {
       
    80     return false;
       
    81 }
       
    82 
    78 void QSystemTrayIconPrivate::showMessage_sys(const QString &message,
    83 void QSystemTrayIconPrivate::showMessage_sys(const QString &message,
    79                                              const QString &title,
    84                                              const QString &title,
    80                                              QSystemTrayIcon::MessageIcon icon,
    85                                              QSystemTrayIcon::MessageIcon icon,
    81                                              int msecs)
    86                                              int msecs)
    82 {
    87 {