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:
@@ -33,7 +33,7 @@ class RiuQtChartView : public QtCharts::QChartView, public RiuInterfaceToViewWin
|
||||
{
|
||||
public:
|
||||
RiuQtChartView( RimPlotWindow* plotWindow, QWidget* parent = nullptr );
|
||||
virtual ~RiuQtChartView();
|
||||
~RiuQtChartView() override;
|
||||
|
||||
RimViewWindow* ownerViewWindow() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user