mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T515, renaming to "isKnownModelInSet"
This commit is contained in:
committed by
Mat Sutcliffe
parent
583a5bfb28
commit
2dd396c0df
@@ -161,8 +161,8 @@ namespace BlackCore
|
||||
return false;
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::isKnownModel
|
||||
virtual bool isKnownModel(const QString &modelstring) const override
|
||||
//! \copydoc IContextSimulator::isKnownModelInSet
|
||||
virtual bool isKnownModelInSet(const QString &modelstring) const override
|
||||
{
|
||||
Q_UNUSED(modelstring);
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
|
||||
Reference in New Issue
Block a user