Added missing declare of metatype

This commit is contained in:
thunder2 2018-05-31 17:59:55 +02:00
parent 8edb1f7535
commit 4eda277922

View File

@ -28,6 +28,7 @@
#include "ChatDialog.h"
Q_DECLARE_METATYPE(RsGxsId)
Q_DECLARE_METATYPE(QList<RsGxsId>)
class GxsIdChooser ;
class QToolButton;