23 #ifndef DATABASESETTINGS_H 24 #define DATABASESETTINGS_H 26 #include "Database/DatabaseModule.h" 36 bool load_setting(QString key, QString& val);
37 bool store_setting(QString key,
const QVariant& val);
40 bool store_settings();
44 #endif // DATABASESETTINGS_H Definition: DatabaseSettings.h:29
Definition: DatabaseModule.h:54