mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8893 Rename quantity name -> vector name
This commit is contained in:
@@ -78,12 +78,12 @@ QString RimSummaryNameHelper::aggregatedPlotTitle( const RimSummaryNameHelper& o
|
||||
title += "Completion : " + QString::fromStdString( completion );
|
||||
}
|
||||
|
||||
auto quantity = this->titleQuantity();
|
||||
if ( ( other.titleQuantity() != this->titleQuantity() ) && ( !quantity.empty() ) )
|
||||
auto vectorName = this->titleVectorName();
|
||||
if ( ( other.titleVectorName() != this->titleVectorName() ) && ( !vectorName.empty() ) )
|
||||
{
|
||||
if ( !title.isEmpty() ) title += ", ";
|
||||
title += QString::fromStdString(
|
||||
RiuSummaryQuantityNameInfoProvider::instance()->longNameFromQuantityName( quantity, true ) );
|
||||
RiuSummaryQuantityNameInfoProvider::instance()->longNameFromVectorName( vectorName, true ) );
|
||||
}
|
||||
|
||||
return title;
|
||||
|
||||
Reference in New Issue
Block a user