mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #8791 from OPM/8790-rename-to-group
Rename summary references to "Group"
This commit is contained in:
@@ -43,11 +43,11 @@ QString RimSummaryNameHelper::aggregatedPlotTitle( const RimSummaryNameHelper& o
|
||||
title += QString::fromStdString( wellName );
|
||||
}
|
||||
|
||||
auto wellGroupName = this->titleWellGroupName();
|
||||
if ( !other.isWellGroupNameInTitle() && !wellGroupName.empty() )
|
||||
auto groupName = this->titleGroupName();
|
||||
if ( !other.isGroupNameInTitle() && !groupName.empty() )
|
||||
{
|
||||
if ( !title.isEmpty() ) title += ", ";
|
||||
title += QString::fromStdString( wellGroupName );
|
||||
title += QString::fromStdString( groupName );
|
||||
}
|
||||
|
||||
auto region = this->titleRegion();
|
||||
|
||||
Reference in New Issue
Block a user