mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
comparing just on name, used with plugin checks
This commit is contained in:
@@ -46,6 +46,9 @@ namespace BlackSim
|
||||
//! Short name
|
||||
const QString &getFullName() const { return m_fullName; }
|
||||
|
||||
//! Compare on names only, ignore setup
|
||||
bool isSameSimulator(const CSimulatorInfo &otherSimulator) const;
|
||||
|
||||
//! \copydoc CValueObject::toJson
|
||||
virtual QJsonObject toJson() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user