From 4eda2779222812d3ffedaacf1fc5b6e526e6b8e5 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Thu, 31 May 2018 17:59:55 +0200 Subject: [PATCH] Added missing declare of metatype --- retroshare-gui/src/gui/chat/ChatLobbyDialog.h | 1 + 1 file changed, 1 insertion(+) diff --git a/retroshare-gui/src/gui/chat/ChatLobbyDialog.h b/retroshare-gui/src/gui/chat/ChatLobbyDialog.h index f70eb27a6..6f3f52096 100644 --- a/retroshare-gui/src/gui/chat/ChatLobbyDialog.h +++ b/retroshare-gui/src/gui/chat/ChatLobbyDialog.h @@ -28,6 +28,7 @@ #include "ChatDialog.h" Q_DECLARE_METATYPE(RsGxsId) +Q_DECLARE_METATYPE(QList) class GxsIdChooser ; class QToolButton;