From b0c353c55080d2d40433eca21a3d01cccbe871ca Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 17 Jun 2022 19:51:08 +0200 Subject: Remove remaining groups code --- src/MatrixClient.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/MatrixClient.cpp') 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(); qRegisterMetaType(); qRegisterMetaType(); - qRegisterMetaType(); - qRegisterMetaType(); qRegisterMetaType(); // qRegisterMetaType(); qRegisterMetaType>(); -- cgit 1.5.1