clang-tidy : Remove redundant 'virtual' and add 'override'

This commit is contained in:
Magne Sjaastad
2018-10-18 19:45:57 +02:00
parent c8285602b1
commit 6346ed012c
599 changed files with 2056 additions and 2056 deletions
@@ -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();