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:
committed by
GitHub
parent
4f73995947
commit
d9ba01b927
@@ -46,7 +46,7 @@ public:
|
||||
|
||||
public:
|
||||
RiuMatrixPlotWidget( RimViewWindow* ownerViewWindow, RimRegularLegendConfig* legendConfig, QWidget* parent = nullptr );
|
||||
~RiuMatrixPlotWidget();
|
||||
~RiuMatrixPlotWidget() override;
|
||||
|
||||
QwtPlot* qwtPlot() const;
|
||||
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
|
||||
void scheduleReplot();
|
||||
|
||||
virtual RimViewWindow* ownerViewWindow() const override;
|
||||
RimViewWindow* ownerViewWindow() const override;
|
||||
|
||||
private slots:
|
||||
void onPlotItemSelected( std::shared_ptr<RiuPlotItem> plotItem, bool toggle, int sampleIndex );
|
||||
|
||||
Reference in New Issue
Block a user