mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4877 Refactor and rename to RiuSummaryQuantityNameInfoProvider
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "RimSummaryCase.h"
|
||||
#include "RimSummaryCaseCollection.h"
|
||||
|
||||
#include "RiuSummaryVectorDescriptionMap.h"
|
||||
#include "RiuSummaryQuantityNameInfoProvider.h"
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
@@ -139,7 +139,7 @@ QString RimSummaryPlotNameHelper::plotTitle() const
|
||||
{
|
||||
if ( !title.isEmpty() ) title += ", ";
|
||||
title += QString::fromStdString(
|
||||
RiuSummaryVectorDescriptionMap::instance()->vectorLongName( m_titleQuantity, true ) );
|
||||
RiuSummaryQuantityNameInfoProvider::instance()->longNameFromQuantityName( m_titleQuantity, true ) );
|
||||
}
|
||||
|
||||
if ( title.isEmpty() )
|
||||
|
||||
Reference in New Issue
Block a user