mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Clang: reduce warnings
This commit is contained in:
parent
ec86922839
commit
be2338ff08
6 changed files with 48 additions and 48 deletions
|
@ -43,7 +43,7 @@ protected:
|
|||
private:
|
||||
friend class Module; //so only the superclass can instantiate
|
||||
explicit ViewModule();
|
||||
virtual ~ViewModule();
|
||||
virtual ~ViewModule() override;
|
||||
|
||||
QPluginLoader* m_loader;
|
||||
ViewStep* m_viewStep = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue