File indexing completed on 2024-06-16 04:29:30

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