From 59a42183bce9cdeeb6ca8cd92c6c94f05e16e5a3 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 25 Jul 2018 16:34:54 +0300 Subject: Fix issue with missing communities due to an unregistered metatype --- src/MatrixClient.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/MatrixClient.cpp') diff --git a/src/MatrixClient.cpp b/src/MatrixClient.cpp index e41c66c1..8d9361af 100644 --- a/src/MatrixClient.cpp +++ b/src/MatrixClient.cpp @@ -33,6 +33,7 @@ init() qRegisterMetaType(); qRegisterMetaType>(); qRegisterMetaType>(); + qRegisterMetaType>("std::map"); } } // namespace http -- cgit 1.5.1