[libcalamares] Warnings-- in tests (~T() override)

This commit is contained in:
Adriaan de Groot 2020-09-22 22:04:55 +02:00
parent 0cffac10c6
commit 8b66009d59
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ class TestLibCalamares : public QObject
Q_OBJECT
public:
TestLibCalamares() {}
virtual ~TestLibCalamares() {}
~TestLibCalamares() override {}
private Q_SLOTS:
void testGSModify();

View File

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

View File

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