Fixes by clang-tidy

This commit is contained in:
magnesj
2022-03-04 02:12:45 +00:00
committed by Magne Sjaastad
parent 84694cdbc3
commit a32dda2e65
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ class RiuMainWindowBase : public QMainWindow
public:
RiuMainWindowBase();
~RiuMainWindowBase();
~RiuMainWindowBase() override;
virtual QString mainWindowName() = 0;