mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-tidy : Remove redundant 'virtual' and add 'override'
This commit is contained in:
@@ -607,7 +607,7 @@ void RiuMainWindow::createToolBars()
|
||||
class RiuDockWidget : public QDockWidget
|
||||
{
|
||||
public:
|
||||
explicit RiuDockWidget(const QString& title, QWidget* parent = 0, Qt::WindowFlags flags = 0)
|
||||
explicit RiuDockWidget(const QString& title, QWidget* parent = nullptr, Qt::WindowFlags flags = nullptr)
|
||||
: QDockWidget(title, parent, flags)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user