mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Ref T515, context function "isValidationInProgress"
This commit is contained in:
committed by
Mat Sutcliffe
parent
2dd396c0df
commit
0ac6739377
@@ -161,6 +161,13 @@ namespace BlackCore
|
||||
return false;
|
||||
}
|
||||
|
||||
//! \copydoc BlackMisc::Simulation::CBackgroundValidation::isValidating
|
||||
virtual bool isValidationInProgress() const override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return false;
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::isKnownModelInSet
|
||||
virtual bool isKnownModelInSet(const QString &modelstring) const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user