21 #ifndef DATABASESETTINGS_H 22 #define DATABASESETTINGS_H 24 #include "Database/Module.h" 34 Settings(
const QString& connection_name, DbId db_id);
37 bool load_setting(QString key, QString& val);
38 bool store_setting(QString key,
const QVariant& val);
41 bool store_settings();
45 #endif // DATABASESETTINGS_H
Definition: Settings.h:30