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:
Kristian Bendiksen
2020-05-23 11:19:36 +02:00
committed by Magne Sjaastad
parent 0b9577df71
commit 30ee125749
4 changed files with 5 additions and 5 deletions

View File

@@ -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;