mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve method name to reflect implementation.
RimColorLegendCollection::allColorLegeds is better than RimColorLegendCollection::customColorLegends since method returns both kinds of color legends.
This commit is contained in:
committed by
Magne Sjaastad
parent
0b9577df71
commit
30ee125749
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
void deleteCustomColorLegends();
|
||||
|
||||
std::vector<RimColorLegend*> customColorLegends() const;
|
||||
std::vector<RimColorLegend*> allColorLegends() const;
|
||||
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user