mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-tidy : Remove redundant 'virtual' and add 'override'
This commit is contained in:
@@ -37,7 +37,7 @@ class RimEnsembleCurveSetCollection : public caf::PdmObject
|
||||
|
||||
public:
|
||||
RimEnsembleCurveSetCollection();
|
||||
virtual ~RimEnsembleCurveSetCollection();
|
||||
~RimEnsembleCurveSetCollection() override;
|
||||
|
||||
bool isCurveSetsVisible();
|
||||
|
||||
@@ -62,7 +62,7 @@ public:
|
||||
private:
|
||||
caf::PdmFieldHandle* objectToggleField() override;
|
||||
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
||||
void fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
||||
const QVariant& oldValue, const QVariant& newValue) override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user