equal
deleted
inserted
replaced
81 void updateIcon_sys(); |
81 void updateIcon_sys(); |
82 void updateToolTip_sys(); |
82 void updateToolTip_sys(); |
83 void updateMenu_sys(); |
83 void updateMenu_sys(); |
84 QRect geometry_sys() const; |
84 QRect geometry_sys() const; |
85 void showMessage_sys(const QString &msg, const QString &title, QSystemTrayIcon::MessageIcon icon, int secs); |
85 void showMessage_sys(const QString &msg, const QString &title, QSystemTrayIcon::MessageIcon icon, int secs); |
|
86 |
86 static bool isSystemTrayAvailable_sys(); |
87 static bool isSystemTrayAvailable_sys(); |
|
88 static bool supportsMessages_sys(); |
87 |
89 |
88 QPointer<QMenu> menu; |
90 QPointer<QMenu> menu; |
89 QIcon icon; |
91 QIcon icon; |
90 QString toolTip; |
92 QString toolTip; |
91 QSystemTrayIconSys *sys; |
93 QSystemTrayIconSys *sys; |