mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 07:56:08 -06:00
add override keyword
This commit is contained in:
parent
30cbd8018f
commit
e22ceb5cc2
@ -70,11 +70,11 @@ private:
|
||||
// Overridden PDM methods
|
||||
|
||||
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions,
|
||||
bool * useOptionsOnly);
|
||||
bool * useOptionsOnly) override;
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
||||
const QVariant& oldValue,
|
||||
const QVariant& newValue);
|
||||
virtual void initAfterRead();
|
||||
const QVariant& newValue) override;
|
||||
virtual void initAfterRead() override;
|
||||
|
||||
// Metadata and option build tools
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user