#5274 Add text to Result Info panel for Allen diagram data

Rename result variables to prepare for more Allen results
Rename methods to clarify meaning
This commit is contained in:
Jacob Støren
2020-01-02 12:46:38 +01:00
parent a42d5e9bc8
commit d074964901
6 changed files with 84 additions and 31 deletions

View File

@@ -372,17 +372,17 @@ QString RiaDefines::completionTypeResultName()
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaDefines::binaryAllenResultName()
QString RiaDefines::formationBinaryAllenResultName()
{
return "Binary Allen";
return "Binary Formation Allen";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaDefines::allCombinationsAllenResultName()
QString RiaDefines::formationAllenResultName()
{
return "All Allen Categories";
return "Formation Allen";
}
//--------------------------------------------------------------------------------------------------