[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 Q_OBJECT
public: public:
TestLibCalamares() {} TestLibCalamares() {}
virtual ~TestLibCalamares() {} ~TestLibCalamares() override {}
private Q_SLOTS: private Q_SLOTS:
void testGSModify(); void testGSModify();

View File

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

View File

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