logic: Configmanager support for lists
Configmanager now works with list. Use getValues for list. Configmanager is able to save into a file now.
This commit is contained in:
@@ -24,7 +24,7 @@ Storage::Storage()
|
||||
{
|
||||
for (const std::pair<std::string, QueryCommand::CommandType>& p : QueryCommand::getCommandTypeMap())
|
||||
{
|
||||
m_filterIndex.addNode(std::vector<std::string>({ p.first }));
|
||||
m_filterIndex.addNode(std::vector<std::string>(1, p.first));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user