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
7f00073e7f
commit
866d338894
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ protected:
|
||||||
private:
|
private:
|
||||||
friend class Module;
|
friend class Module;
|
||||||
explicit PythonJobModule();
|
explicit PythonJobModule();
|
||||||
virtual ~PythonJobModule();
|
virtual ~PythonJobModule() override;
|
||||||
|
|
||||||
QString m_scriptFileName;
|
QString m_scriptFileName;
|
||||||
QString m_workingPath;
|
QString m_workingPath;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue