[modules] Warnings-- in tests (~Test() override)

main
Adriaan de Groot 5 years ago
parent 8b66009d59
commit 7d5a209dd0

@ -22,7 +22,7 @@ class HostInfoTests : public QObject
Q_OBJECT
public:
HostInfoTests() {}
virtual ~HostInfoTests() {}
~HostInfoTests() override {}
private Q_SLOTS:
void initTestCase();

@ -18,7 +18,7 @@ class KeyboardLayoutTests : public QObject
Q_OBJECT
public:
KeyboardLayoutTests() {}
virtual ~KeyboardLayoutTests() {}
~KeyboardLayoutTests() override {}
private Q_SLOTS:
void initTestCase();

@ -27,7 +27,7 @@ class MachineIdTests : public QObject
Q_OBJECT
public:
MachineIdTests() {}
virtual ~MachineIdTests() {}
~MachineIdTests() override {}
private Q_SLOTS:
void initTestCase();

@ -21,7 +21,7 @@ class ItemTests : public QObject
Q_OBJECT
public:
ItemTests();
virtual ~ItemTests() {}
~ItemTests() override {}
private:
void checkAllSelected( PackageTreeItem* p );

@ -22,7 +22,7 @@ class CreateUserTests : public QObject
Q_OBJECT
public:
CreateUserTests();
virtual ~CreateUserTests() {}
~CreateUserTests() override {}
private Q_SLOTS:
void initTestCase();

@ -28,7 +28,7 @@ class UsersTests : public QObject
Q_OBJECT
public:
UsersTests();
virtual ~UsersTests() {}
~UsersTests() override {}
private Q_SLOTS:
void initTestCase();

@ -28,7 +28,7 @@ class UserTests : public QObject
Q_OBJECT
public:
UserTests();
virtual ~UserTests() {}
~UserTests() override {}
private Q_SLOTS:
void initTestCase();

Loading…
Cancel
Save