#1395 Renamed TopologyItem to GeometrySelectionItem including Keywords with friends.

Changed keyword to GridTimeHistoryCurve (previously missing Grid)
This commit is contained in:
Jacob Støren
2017-04-04 16:08:42 +02:00
parent fb88c7e216
commit 6c7dfdca7b
19 changed files with 131 additions and 133 deletions

View File

@@ -113,7 +113,7 @@ QString RiuResultTextBuilder::mainResultText()
text += "\n";
}
QString topoText = this->topologyText("\n");
QString topoText = this->geometrySelectionText("\n");
text += topoText;
appendDetails(text, formationDetails());
text += "\n";
@@ -134,7 +134,7 @@ QString RiuResultTextBuilder::mainResultText()
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiuResultTextBuilder::topologyText(QString itemSeparator)
QString RiuResultTextBuilder::geometrySelectionText(QString itemSeparator)
{
QString text;