File indexing completed on 2024-04-21 04:44:06

0001 #ifndef SNORECONSTANTS_H
0002 #define SNORECONSTANTS_H
0003 
0004 #include "snoreglobals.h"
0005 
0006 #include <QString>
0007 
0008 namespace Snore {
0009 namespace Constants {
0010 namespace SettingsKeys {
0011 static const SettingsKey PrimaryBackend = {QStringLiteral("PrimaryBackend"), GlobalSetting};
0012 static const SettingsKey Timeout = {QStringLiteral("Timeout"), GlobalSetting};
0013 static const SettingsKey Silent = {QStringLiteral("Silent"), LocalSetting};
0014 static const SettingsKey Enabled = {QStringLiteral("Enabled"), LocalSetting};
0015 static const SettingsKey PluginTypes = {QStringLiteral("PluginTypes"), LocalSetting};
0016 
0017 }
0018 
0019 }
0020 }
0021 
0022 #endif // SNORECONSTANTS_H