mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Ref T515, renaming to "isKnownModelInSet"
This commit is contained in:
committed by
Mat Sutcliffe
parent
583a5bfb28
commit
2dd396c0df
@@ -213,7 +213,7 @@ namespace BlackCore
|
||||
virtual void restoreDisabledModels() = 0;
|
||||
|
||||
//! Known model?
|
||||
virtual bool isKnownModel(const QString &modelstring) const = 0;
|
||||
virtual bool isKnownModelInSet(const QString &modelstring) const = 0;
|
||||
|
||||
//! Set time synchronization between simulator and user's computer time
|
||||
//! \remarks not all drivers implement this, e.g. if it is an intrinsic simulator feature
|
||||
|
||||
Reference in New Issue
Block a user