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:
@@ -37,7 +37,7 @@ class RimGridInfo : public caf::PdmObject
|
||||
|
||||
public:
|
||||
RimGridInfo();
|
||||
~RimGridInfo() {}
|
||||
~RimGridInfo() override {}
|
||||
|
||||
void setName(const QString& name);
|
||||
void setEclipseGridIndex(int index);
|
||||
@@ -68,7 +68,7 @@ class RimGridInfoCollection : public caf::PdmObject
|
||||
|
||||
public:
|
||||
RimGridInfoCollection();
|
||||
~RimGridInfoCollection() {}
|
||||
~RimGridInfoCollection() override {}
|
||||
|
||||
bool isActive() const;
|
||||
void addGridInfo(RimGridInfo * gridInfo);
|
||||
|
||||
Reference in New Issue
Block a user