Ref T535, settings for supervisor message

This commit is contained in:
Klaus Basan
2019-02-10 01:23:32 +01:00
committed by Mat Sutcliffe
parent a01f2e36a0
commit 25032c6210
3 changed files with 31 additions and 16 deletions

View File

@@ -47,7 +47,8 @@ namespace BlackMisc
void setNotification(CNotificationSounds::Notification notification) { m_notification = static_cast<int>(notification); }
//! Simplified functions @{
bool textMessagePrivate() const { return this->isNotificationFlagSet(CNotificationSounds::NotificationTextMessagePrivate); }
bool textMessagePrivate() const { return this->isNotificationFlagSet(CNotificationSounds::NotificationTextMessagePrivate); }
bool textMessageSupervisor() const { return this->isNotificationFlagSet(CNotificationSounds::NotificationTextMessageSupervisor); }
bool textCallsignMentioned() const { return this->isNotificationFlagSet(CNotificationSounds::NotificationTextCallsignMentioned); }
bool pttClick() const { return this->isNotificationFlagSet(CNotificationSounds::PTTClick); }
//! @}