Fix issue with missing communities due to an unregistered metatype
This commit is contained in:
parent
35067088f9
commit
59a42183bc
3 changed files with 1 additions and 5 deletions
|
|
@ -33,6 +33,7 @@ init()
|
|||
qRegisterMetaType<std::string>();
|
||||
qRegisterMetaType<std::vector<std::string>>();
|
||||
qRegisterMetaType<std::vector<QString>>();
|
||||
qRegisterMetaType<std::map<QString, bool>>("std::map<QString, bool>");
|
||||
}
|
||||
|
||||
} // namespace http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue