Use keywordsWithGivenResultValueCount to clarify what is done when asking for result keywords

p4#: 20274
This commit is contained in:
Magne Sjaastad
2013-01-29 08:17:45 +01:00
parent b610133117
commit 66a41c1ab9
5 changed files with 12 additions and 12 deletions
@@ -131,7 +131,7 @@ QStringList RifEclipseRestartFilesetAccess::resultNames()
// Get the results found on the first file
QStringList resultsList;
m_files[0]->keywordsOnFile(&resultsList, m_numActiveCells, 1);
m_files[0]->keywordsWithGivenResultValueCount(&resultsList, m_numActiveCells, 1);
return resultsList;
}