mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Issue #77 Break cyclic dependency between CSimulatorInfo and CSimulatorPluginInfo by moving a method from one to the other
This commit is contained in:
@@ -70,6 +70,9 @@ namespace BlackMisc
|
||||
//! \copydoc BlackMisc::Mixin::String::toQString
|
||||
QString convertToQString(bool i18n = false) const;
|
||||
|
||||
//! Simulator info to plugin indentifier, empty string if not single simulator
|
||||
static const QString &identifierFromSimulatorInfo(const CSimulatorInfo &);
|
||||
|
||||
//! Plugin identifier (FSX)
|
||||
static const QString &fsxPluginIdentifier();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user