Add context menu option to show the raw message

fixes #437
This commit is contained in:
Konstantinos Sideris 2018-09-12 16:27:25 +03:00
parent bc38fcec6c
commit e9ee29978d
7 changed files with 112 additions and 4 deletions

View file

@ -31,6 +31,7 @@ init()
qRegisterMetaType<mtx::responses::JoinedGroups>();
qRegisterMetaType<mtx::responses::GroupProfile>();
qRegisterMetaType<std::string>();
qRegisterMetaType<nlohmann::json>();
qRegisterMetaType<std::vector<std::string>>();
qRegisterMetaType<std::vector<QString>>();
qRegisterMetaType<std::map<QString, bool>>("std::map<QString, bool>");