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

View File

@@ -69,7 +69,7 @@ class RiuViewer : public caf::Viewer, public RiuInterfaceToViewWindow
public:
RiuViewer(const QGLFormat& format, QWidget* parent);
~RiuViewer();
~RiuViewer() override;
void setDefaultView();
cvf::Vec3d pointOfInterest();
@@ -124,8 +124,8 @@ public slots:
protected:
void optimizeClippingPlanes() override;
void resizeGL(int width, int height) override;
virtual void mouseMoveEvent(QMouseEvent* e) override;
virtual void leaveEvent(QEvent *) override;
void mouseMoveEvent(QMouseEvent* e) override;
void leaveEvent(QEvent *) override;
private:
void updateLegendLayout();