From 6d778d84fd2faac6a899a1c70f2dcb9bd4e0b164 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Wed, 17 Mar 2021 18:54:34 +0100 Subject: Fix build with Qt 5.7 We only test 5.9 with the CI... :/ --- tests/qxmppbitsofbinarycontentid/tst_qxmppbitsofbinarycontentid.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/qxmppbitsofbinarycontentid/tst_qxmppbitsofbinarycontentid.cpp') diff --git a/tests/qxmppbitsofbinarycontentid/tst_qxmppbitsofbinarycontentid.cpp b/tests/qxmppbitsofbinarycontentid/tst_qxmppbitsofbinarycontentid.cpp index 37223ba8..5205d7ea 100644 --- a/tests/qxmppbitsofbinarycontentid/tst_qxmppbitsofbinarycontentid.cpp +++ b/tests/qxmppbitsofbinarycontentid/tst_qxmppbitsofbinarycontentid.cpp @@ -26,6 +26,8 @@ #include "util.h" #include +Q_DECLARE_METATYPE(QCryptographicHash::Algorithm) + class tst_QXmppBitsOfBinaryContentId : public QObject { Q_OBJECT -- cgit v1.2.3