Ref T67, utility functions for simulator info/model list

This commit is contained in:
Klaus Basan
2017-05-07 03:17:04 +02:00
parent 1e0e40186c
commit 5558cee4d8
4 changed files with 30 additions and 0 deletions

View File

@@ -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;