Remove missed cases from ad042b09e0. Fix #6007
ad042b09e0
@ -29,7 +29,7 @@
#include <src/persistence/settings.h>
#include <iostream>
Q_DECLARE_METATYPE(QList<DhtServer>);
Q_DECLARE_METATYPE(QList<DhtServer>)
class MockSettings : public QObject, public ICoreSettings
{
@ -25,7 +25,7 @@
#include <QtTest/QtTest>
// Needed to make this type known to Qt
class TestBootstrapNodesUpdater : public QObject