Ref T515, renaming to "isKnownModelInSet"

This commit is contained in:
Klaus Basan
2019-01-23 17:13:29 +01:00
committed by Mat Sutcliffe
parent 583a5bfb28
commit 2dd396c0df
7 changed files with 9 additions and 9 deletions

View File

@@ -238,7 +238,7 @@ namespace BlackCore
return this->getModelSet().getModelStringList(false);
}
bool CContextSimulator::isKnownModel(const QString &modelString) const
bool CContextSimulator::isKnownModelInSet(const QString &modelString) const
{
if (m_debugEnabled) { CLogMessage(this, CLogCategory::contextSlot()).debug() << Q_FUNC_INFO; }
const bool known = this->getModelSet().containsModelString(modelString);