mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T515, renaming to "isKnownModelInSet"
This commit is contained in:
committed by
Mat Sutcliffe
parent
583a5bfb28
commit
2dd396c0df
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user