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

@ -4,6 +4,7 @@
#include <QObject>
#include <QString>
#include "json.hpp"
#include <mtx/responses.hpp>
#include <mtxclient/http/client.hpp>
@ -15,6 +16,7 @@ Q_DECLARE_METATYPE(mtx::responses::Sync)
Q_DECLARE_METATYPE(mtx::responses::JoinedGroups)
Q_DECLARE_METATYPE(mtx::responses::GroupProfile)
Q_DECLARE_METATYPE(std::string)
Q_DECLARE_METATYPE(nlohmann::json)
Q_DECLARE_METATYPE(std::vector<std::string>)
Q_DECLARE_METATYPE(std::vector<QString>)