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