[partition] Mark destructors override

This reduces compiler warnings related to virtual-overriding
functions: all the destructors are virtual.
This commit is contained in:
Adriaan de Groot 2020-10-23 22:23:10 +02:00
parent 697ee6f65f
commit 51b47862cd
8 changed files with 8 additions and 8 deletions

View file

@ -85,7 +85,7 @@ public:
};
PartitionCoreModule( QObject* parent = nullptr );
~PartitionCoreModule();
~PartitionCoreModule() override;
/**
* @brief init performs a devices scan and initializes all KPMcore data