6 #ifndef RAVEN_QT_MACNOTIFICATIONHANDLER_H 7 #define RAVEN_QT_MACNOTIFICATIONHANDLER_H 28 #endif // RAVEN_QT_MACNOTIFICATIONHANDLER_H bool hasUserNotificationCenterSupport(void)
check if OS can handle UserNotifications
static MacNotificationHandler * instance()
void showNotification(const QString &title, const QString &text)
shows a macOS 10.8+ UserNotification in the UserNotificationCenter
Macintosh-specific notification handler (supports UserNotificationCenter).