Skip to content
Snippets Groups Projects
Commit 595e3486 authored by Ivan Filippov's avatar Ivan Filippov Committed by NOAFI Group Account
Browse files

BaseConfig: read(cs) -> readConfig(cs)

parent 2bfc8124
Branches master
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ void RcConfigDb::setConfig(const RcConfig &newConfig)
void RcConfigDb::update_config_from_db()
{
const auto &json = read(getConfigSelector());
const auto &json = readConfig(getConfigSelector());
config = QVariant::fromValue(json).value<RcConfig>();
// config.setRunState(false);
config.pc.runEnable = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment