mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4117 Improve time step names for Grid Cross plot categorisation
This commit is contained in:
@@ -124,7 +124,7 @@ QString Rim3dWellLogRftCurve::createAutoName() const
|
||||
}
|
||||
if (!m_timeStep().isNull())
|
||||
{
|
||||
name.push_back(m_timeStep().toString(RimTools::dateFormatString()));
|
||||
name.push_back(m_timeStep().toString(RiaQDateTimeTools::dateFormatString()));
|
||||
}
|
||||
|
||||
return name.join(", ");
|
||||
|
||||
Reference in New Issue
Block a user