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

0001 #ifndef SNARLCONSTANTS_H
0002 #define SNARLCONSTANTS_H
0003 
0004 #include "libsnore/snoreglobals.h"
0005 
0006 namespace SnarlConstants {
0007 static const Snore::SettingsKey Password = {QStringLiteral("Password"), Snore::LocalSetting};
0008 }
0009 #endif // SNARLCONSTANTS_H