mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T67, utility functions for simulator info/model list
This commit is contained in:
@@ -169,6 +169,11 @@ namespace BlackMisc
|
||||
return set;
|
||||
}
|
||||
|
||||
void CSimulatorInfo::invertSimulators()
|
||||
{
|
||||
m_simulator = (m_simulator ^ static_cast<int>(All)) & static_cast<int>(All);
|
||||
}
|
||||
|
||||
const QString &CSimulatorInfo::toPluginIdentifier() const
|
||||
{
|
||||
static const QString e;
|
||||
|
||||
Reference in New Issue
Block a user