mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Distributor filter improvements
* if all or none simulator is selected do not filter * also select if there is no (NULL) simulator
This commit is contained in:
committed by
Mat Sutcliffe
parent
00b2034b2d
commit
1642502aae
@@ -132,6 +132,10 @@ namespace BlackMisc
|
||||
//! Matches any simulator
|
||||
bool matchesAny(const CSimulatorInfo &otherInfo) const;
|
||||
|
||||
//! Matches any simulator or None (NULL)
|
||||
//! \remark for cases where no specified sim. also matches
|
||||
bool matchesAnyOrNone(const CSimulatorInfo &otherInfo) const;
|
||||
|
||||
//! Simulator
|
||||
Simulator getSimulator() const { return static_cast<Simulator>(m_simulator); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user