5 #ifndef BITCOIN_QT_MACNOTIFICATIONHANDLER_H     6 #define BITCOIN_QT_MACNOTIFICATIONHANDLER_H    27 #endif // BITCOIN_QT_MACNOTIFICATIONHANDLER_H bool hasUserNotificationCenterSupport()
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).