diff --git a/test/core/core_test.cpp b/test/core/core_test.cpp index 6afc73e46..f897c934e 100644 --- a/test/core/core_test.cpp +++ b/test/core/core_test.cpp @@ -29,7 +29,7 @@ #include #include -Q_DECLARE_METATYPE(QList); +Q_DECLARE_METATYPE(QList) class MockSettings : public QObject, public ICoreSettings { diff --git a/test/net/bsu_test.cpp b/test/net/bsu_test.cpp index 7d0e30f23..bdf8a6f67 100644 --- a/test/net/bsu_test.cpp +++ b/test/net/bsu_test.cpp @@ -25,7 +25,7 @@ #include // Needed to make this type known to Qt -Q_DECLARE_METATYPE(QList); +Q_DECLARE_METATYPE(QList) class TestBootstrapNodesUpdater : public QObject {