mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #906, utility functions in simulator info and model caches
This commit is contained in:
committed by
Mathew Sutcliffe
parent
b0aa713a2e
commit
2b50fe1fdb
@@ -216,6 +216,12 @@ namespace BlackMisc
|
||||
return s;
|
||||
}
|
||||
|
||||
const QSet<CSimulatorInfo> &CSimulatorInfo::allSimulatorsSet()
|
||||
{
|
||||
static const QSet<CSimulatorInfo> all(allSimulators().asSingleSimulatorSet());
|
||||
return all;
|
||||
}
|
||||
|
||||
const CSimulatorInfo &CSimulatorInfo::allFsFamilySimulators()
|
||||
{
|
||||
static const CSimulatorInfo s(CSimulatorInfo::AllFsFamily);
|
||||
|
||||
Reference in New Issue
Block a user