mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
Warnings-- (~T() override)
Change all the places that had virtual ~T() override to the less redundant form without override.
This commit is contained in:
parent
2126be6d6d
commit
2878c474c5
55 changed files with 56 additions and 56 deletions
|
@ -27,7 +27,7 @@ class PLUGINDLLEXPORT UsersViewStep : public Calamares::ViewStep
|
|||
|
||||
public:
|
||||
explicit UsersViewStep( QObject* parent = nullptr );
|
||||
virtual ~UsersViewStep() override;
|
||||
~UsersViewStep() override;
|
||||
|
||||
QString prettyName() const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue