mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[libcalamares] Warnings-- in tests (~T() override)
This commit is contained in:
parent
0cffac10c6
commit
8b66009d59
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ class TestLibCalamares : public QObject
|
|||
Q_OBJECT
|
||||
public:
|
||||
TestLibCalamares() {}
|
||||
virtual ~TestLibCalamares() {}
|
||||
~TestLibCalamares() override {}
|
||||
|
||||
private Q_SLOTS:
|
||||
void testGSModify();
|
||||
|
|
|
@ -20,7 +20,7 @@ class ModuleSystemTests : public QObject
|
|||
Q_OBJECT
|
||||
public:
|
||||
ModuleSystemTests() {}
|
||||
virtual ~ModuleSystemTests() {}
|
||||
~ModuleSystemTests() override {}
|
||||
|
||||
private Q_SLOTS:
|
||||
void initTestCase();
|
||||
|
|
|
@ -26,7 +26,7 @@ class TestPaths : public QObject
|
|||
Q_OBJECT
|
||||
public:
|
||||
TestPaths() {}
|
||||
virtual ~TestPaths() {}
|
||||
~TestPaths() override {}
|
||||
|
||||
private Q_SLOTS:
|
||||
void initTestCase();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue