equal
deleted
inserted
replaced
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 { |