mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
Clang: warnings--
This commit is contained in:
parent
7f00073e7f
commit
866d338894
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ protected:
|
|||
private:
|
||||
friend class Module;
|
||||
explicit PythonJobModule();
|
||||
virtual ~PythonJobModule();
|
||||
virtual ~PythonJobModule() override;
|
||||
|
||||
QString m_scriptFileName;
|
||||
QString m_workingPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue