Warning, file /libraries/snorenotify/src/libsnore/snoreconstants.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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