mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Clang: warnings--
This commit is contained in:
parent
706ac47111
commit
e5b59d472e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class PLUGINDLLEXPORT DummyCppJob : public Calamares::CppJob
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit DummyCppJob( QObject* parent = nullptr );
|
explicit DummyCppJob( QObject* parent = nullptr );
|
||||||
virtual ~DummyCppJob();
|
virtual ~DummyCppJob() override;
|
||||||
|
|
||||||
QString prettyName() const override;
|
QString prettyName() const override;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue