Fixes by clang-tidy

This commit is contained in:
github-actions[bot]
2023-03-23 07:11:24 +01:00
committed by GitHub
parent 4f73995947
commit d9ba01b927
6 changed files with 35 additions and 35 deletions

View File

@@ -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 );