5 #ifndef FABCOIN_QT_MACNOTIFICATIONHANDLER_H 6 #define FABCOIN_QT_MACNOTIFICATIONHANDLER_H 30 #endif // FABCOIN_QT_MACNOTIFICATIONHANDLER_H bool hasUserNotificationCenterSupport(void)
check if OS can handle UserNotifications
static MacNotificationHandler * instance()
void sendAppleScript(const QString &script)
executes AppleScript
void showNotification(const QString &title, const QString &text)
shows a 10.8+ UserNotification in the UserNotificationCenter
Macintosh-specific notification handler (supports UserNotificationCenter and Growl).