summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-17 19:51:08 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-17 19:51:08 +0200
commitb0c353c55080d2d40433eca21a3d01cccbe871ca (patch)
tree8f72fffed0246d69af9f9a3ce725aa13695b293e /src
parentFix coeurl lookup (diff)
downloadnheko-b0c353c55080d2d40433eca21a3d01cccbe871ca.tar.xz
Remove remaining groups code
Diffstat (limited to 'src')
-rw-r--r--src/MatrixClient.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/MatrixClient.cpp b/src/MatrixClient.cpp

index c565176e..e1c890ed 100644 --- a/src/MatrixClient.cpp +++ b/src/MatrixClient.cpp
@@ -21,8 +21,6 @@ Q_DECLARE_METATYPE(mtx::responses::Notifications) Q_DECLARE_METATYPE(mtx::responses::Rooms) Q_DECLARE_METATYPE(mtx::responses::Sync) Q_DECLARE_METATYPE(mtx::responses::StateEvents) -Q_DECLARE_METATYPE(mtx::responses::JoinedGroups) -Q_DECLARE_METATYPE(mtx::responses::GroupProfile) // Q_DECLARE_METATYPE(nlohmann::json) Q_DECLARE_METATYPE(std::string) @@ -54,8 +52,6 @@ init() qRegisterMetaType<mtx::responses::Rooms>(); qRegisterMetaType<mtx::responses::Sync>(); qRegisterMetaType<mtx::responses::StateEvents>(); - qRegisterMetaType<mtx::responses::JoinedGroups>(); - qRegisterMetaType<mtx::responses::GroupProfile>(); qRegisterMetaType<std::string>(); // qRegisterMetaType<nlohmann::json>(); qRegisterMetaType<std::vector<std::string>>();