Warnings-- (~T() override)

Change all the places that had
	virtual ~T() override
to the less redundant form without override.
This commit is contained in:
Adriaan de Groot 2020-09-22 22:49:30 +02:00
parent 2126be6d6d
commit 2878c474c5
55 changed files with 56 additions and 56 deletions

View file

@ -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;