mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #258, notification sounds for voice room joined/left
* settings for notification sounds * wav files * changes in GUI
This commit is contained in:
@@ -7,7 +7,7 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Settings
|
||||
{
|
||||
//! \brief Helper / utility methods for settings
|
||||
//! Helper / utility methods for settings
|
||||
class CSettingUtilities
|
||||
{
|
||||
private:
|
||||
@@ -43,6 +43,20 @@ namespace BlackMisc
|
||||
return cmd;
|
||||
}
|
||||
|
||||
//! Command Set boolean value true
|
||||
static const QString &CmdSetTrue()
|
||||
{
|
||||
static const QString cmd("set:true");
|
||||
return cmd;
|
||||
}
|
||||
|
||||
//! Command Set boolean value false
|
||||
static const QString &CmdSetFalse()
|
||||
{
|
||||
static const QString cmd("set:false");
|
||||
return cmd;
|
||||
}
|
||||
|
||||
//! \brief Wrong path message
|
||||
static BlackMisc::CStatusMessage wrongPathMessage(const QString &path = "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user