mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3944 System : Improve code quality using clang-tidy
Remove redundant virtual and add override
This commit is contained in:
@@ -38,7 +38,7 @@ class RimPolylinesAnnotation : public caf::PdmObject
|
||||
|
||||
public:
|
||||
RimPolylinesAnnotation();
|
||||
~RimPolylinesAnnotation();
|
||||
~RimPolylinesAnnotation() override;
|
||||
|
||||
virtual cvf::ref<RigPolyLinesData> polyLinesData() = 0;
|
||||
virtual bool isEmpty() = 0;
|
||||
@@ -53,7 +53,7 @@ public:
|
||||
RimPolylineAppearance* appearance() const;
|
||||
|
||||
protected:
|
||||
virtual caf::PdmFieldHandle* objectToggleField() override;
|
||||
caf::PdmFieldHandle* objectToggleField() override;
|
||||
|
||||
protected:
|
||||
caf::PdmField<bool> m_isActive;
|
||||
|
||||
Reference in New Issue
Block a user