mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
Clang: warnings--
This commit is contained in:
parent
72bbac7e22
commit
aa26ac5dd9
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ class PLUGINDLLEXPORT TrackingViewStep : public Calamares::ViewStep
|
|||
|
||||
public:
|
||||
explicit TrackingViewStep( QObject* parent = nullptr );
|
||||
virtual ~TrackingViewStep();
|
||||
virtual ~TrackingViewStep() override;
|
||||
|
||||
QString prettyName() const override;
|
||||
|
||||
|
@ -51,7 +51,7 @@ public:
|
|||
bool isAtEnd() const override;
|
||||
|
||||
QList< Calamares::job_ptr > jobs() const override;
|
||||
|
||||
|
||||
void setConfigurationMap( const QVariantMap& configurationMap ) override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue