mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-tidy
This commit is contained in:
parent
84694cdbc3
commit
a32dda2e65
@ -48,7 +48,7 @@ class RiuMainWindowBase : public QMainWindow
|
||||
|
||||
public:
|
||||
RiuMainWindowBase();
|
||||
~RiuMainWindowBase();
|
||||
~RiuMainWindowBase() override;
|
||||
|
||||
virtual QString mainWindowName() = 0;
|
||||
|
||||
|
@ -30,7 +30,7 @@ class RiuMdiArea : public QMdiArea
|
||||
|
||||
public:
|
||||
RiuMdiArea( QWidget* parent = nullptr );
|
||||
~RiuMdiArea();
|
||||
~RiuMdiArea() override;
|
||||
|
||||
std::list<QMdiSubWindow*> subWindowListSortedByPosition();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user