mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add support for all summary data types in data sources tree (#8873)
* Add support for all summary data types in data sources tree * Use item icons for folders.
This commit is contained in:
@@ -565,6 +565,11 @@ std::string RifEclipseSummaryAddress::itemUiText() const
|
||||
text += std::to_string( this->id() );
|
||||
}
|
||||
break;
|
||||
case SUMMARY_IMPORTED:
|
||||
{
|
||||
text += this->quantityName();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
return text;
|
||||
|
||||
Reference in New Issue
Block a user