mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
comparing just on name, used with plugin checks
This commit is contained in:
@@ -33,6 +33,12 @@ namespace BlackSim
|
||||
this->m_simsetup = setup;
|
||||
}
|
||||
|
||||
bool CSimulatorInfo::isSameSimulator(const CSimulatorInfo &otherSimulator) const
|
||||
{
|
||||
return this->getFullName() == otherSimulator.getFullName() &&
|
||||
this->getShortName() == otherSimulator.getShortName();
|
||||
}
|
||||
|
||||
QString CSimulatorInfo::convertToQString(bool i18n) const
|
||||
{
|
||||
Q_UNUSED(i18n);
|
||||
|
||||
Reference in New Issue
Block a user