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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue