mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3595 Implement auto naming for contour maps
This commit is contained in:
@@ -30,7 +30,10 @@ class RimNameConfigHolderInterface
|
||||
{
|
||||
public:
|
||||
virtual QString createAutoName() const = 0;
|
||||
virtual void updateHolder() {}
|
||||
void updateHolder() { performHolderUpdate(); }
|
||||
|
||||
protected:
|
||||
virtual void performHolderUpdate() {}
|
||||
};
|
||||
|
||||
//==================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user