21 #ifndef DATABASESETTINGS_H 22 #define DATABASESETTINGS_H 24 #include "Database/DatabaseModule.h" 33 bool load_setting(QString key, QString& val);
34 bool store_setting(QString key,
const QVariant& val);
37 bool store_settings();
40 #endif // DATABASESETTINGS_H Definition: DatabaseSettings.h:27
Definition: DatabaseModule.h:47