summary refs log tree commit diff
path: root/include/MatrixClient.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-14 12:08:16 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-14 12:08:16 +0300
commit73dbd3c8dd78b41c8d93392eac74231e5b4a20d5 (patch)
tree8f48775d63a917faacfff03a55b1767bfb75477a /include/MatrixClient.h
parentProperly display the bottom border on the TopRoomBar (diff)
downloadnheko-73dbd3c8dd78b41c8d93392eac74231e5b4a20d5.tar.xz
Re-enable groups
Diffstat (limited to 'include/MatrixClient.h')
-rw-r--r--include/MatrixClient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/MatrixClient.h b/include/MatrixClient.h

index 7ea5e0b7..cf1ee8ed 100644 --- a/include/MatrixClient.h +++ b/include/MatrixClient.h
@@ -1,6 +1,7 @@ #pragma once #include <QMetaType> +#include <QString> #include <mtx/responses.hpp> #include <mtxclient/http/client.hpp> @@ -10,8 +11,11 @@ Q_DECLARE_METATYPE(mtx::responses::Messages) Q_DECLARE_METATYPE(mtx::responses::Notifications) Q_DECLARE_METATYPE(mtx::responses::Rooms) 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(std::vector<std::string>) +Q_DECLARE_METATYPE(std::vector<QString>) namespace http { namespace v2 {