mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
[partition] Mark destructors override
This reduces compiler warnings related to virtual-overriding functions: all the destructors are virtual.
This commit is contained in:
parent
697ee6f65f
commit
51b47862cd
8 changed files with 8 additions and 8 deletions
|
@ -85,7 +85,7 @@ public:
|
|||
};
|
||||
|
||||
PartitionCoreModule( QObject* parent = nullptr );
|
||||
~PartitionCoreModule();
|
||||
~PartitionCoreModule() override;
|
||||
|
||||
/**
|
||||
* @brief init performs a devices scan and initializes all KPMcore data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue