File indexing completed on 2024-06-23 04:42:09

0001 #ifndef SOUNDCONSTANTS_H
0002 #define SOUNDCONSTANTS_H
0003 
0004 #include "libsnore/snoreglobals.h"
0005 
0006 namespace SoundConstants {
0007 static const Snore::SettingsKey Volume = {QStringLiteral("Volume"), Snore::GlobalSetting};
0008 static const Snore::SettingsKey SoundKey = {QStringLiteral("Sound"), Snore::LocalSetting};
0009 
0010 }
0011 #endif // SOUNDCONSTANTS_H