21 #ifndef DATABASESETTINGS_H
22 #define DATABASESETTINGS_H
24 #include "Database/Module.h"
25 #include "Utils/Settings/SettingKey.h"
35 Settings(
const QString& connection_name, DbId db_id);
38 bool load_setting(QString key, QString& val);
39 bool store_setting(QString key,
const QVariant& val);
40 bool drop_setting(
const QString& key);
44 bool store_settings();
48 #endif // DATABASESETTINGS_H