mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
clang-tidy : Remove redundant 'virtual' and add 'override'
This commit is contained in:
@@ -28,7 +28,7 @@ class RiuQwtPlotWheelZoomer : public QObject
|
||||
public:
|
||||
RiuQwtPlotWheelZoomer(QwtPlot* plot);
|
||||
|
||||
virtual bool eventFilter(QObject * watched, QEvent * event) override;
|
||||
bool eventFilter(QObject * watched, QEvent * event) override;
|
||||
|
||||
signals:
|
||||
void zoomUpdated();
|
||||
|
||||
Reference in New Issue
Block a user