equal
deleted
inserted
replaced
220 [[[sys->item item] view] setToolTip:(NSString*)static_cast<CFStringRef>(string)]; |
220 [[[sys->item item] view] setToolTip:(NSString*)static_cast<CFStringRef>(string)]; |
221 } |
221 } |
222 } |
222 } |
223 |
223 |
224 bool QSystemTrayIconPrivate::isSystemTrayAvailable_sys() |
224 bool QSystemTrayIconPrivate::isSystemTrayAvailable_sys() |
|
225 { |
|
226 return true; |
|
227 } |
|
228 |
|
229 bool QSystemTrayIconPrivate::supportsMessages_sys() |
225 { |
230 { |
226 return true; |
231 return true; |
227 } |
232 } |
228 |
233 |
229 void QSystemTrayIconPrivate::showMessage_sys(const QString &title, const QString &message, QSystemTrayIcon::MessageIcon icon, int) |
234 void QSystemTrayIconPrivate::showMessage_sys(const QString &title, const QString &message, QSystemTrayIcon::MessageIcon icon, int) |