mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -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:
|
public:
|
||||||
explicit TrackingViewStep( QObject* parent = nullptr );
|
explicit TrackingViewStep( QObject* parent = nullptr );
|
||||||
virtual ~TrackingViewStep();
|
virtual ~TrackingViewStep() override;
|
||||||
|
|
||||||
QString prettyName() const override;
|
QString prettyName() const override;
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ public:
|
||||||
bool isAtEnd() const override;
|
bool isAtEnd() const override;
|
||||||
|
|
||||||
QList< Calamares::job_ptr > jobs() const override;
|
QList< Calamares::job_ptr > jobs() const override;
|
||||||
|
|
||||||
void setConfigurationMap( const QVariantMap& configurationMap ) override;
|
void setConfigurationMap( const QVariantMap& configurationMap ) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Reference in a new issue