mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(cleanup): don't add semicolon to Q_DECLARE_METATYPE
Remove missed cases from ad042b09e00da16c85c0963cef59a841a7417c90. Fix #6007
This commit is contained in:
parent
bd339d2cb6
commit
35f89612ff
@ -29,7 +29,7 @@
|
|||||||
#include <src/persistence/settings.h>
|
#include <src/persistence/settings.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
Q_DECLARE_METATYPE(QList<DhtServer>);
|
Q_DECLARE_METATYPE(QList<DhtServer>)
|
||||||
|
|
||||||
class MockSettings : public QObject, public ICoreSettings
|
class MockSettings : public QObject, public ICoreSettings
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <QtTest/QtTest>
|
#include <QtTest/QtTest>
|
||||||
|
|
||||||
// Needed to make this type known to Qt
|
// Needed to make this type known to Qt
|
||||||
Q_DECLARE_METATYPE(QList<DhtServer>);
|
Q_DECLARE_METATYPE(QList<DhtServer>)
|
||||||
|
|
||||||
class TestBootstrapNodesUpdater : public QObject
|
class TestBootstrapNodesUpdater : public QObject
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user