Issue #77 Break cyclic dependency between CSimulatorInfo and CSimulatorPluginInfo by moving a method from one to the other

This commit is contained in:
Mat Sutcliffe
2020-11-09 00:39:51 +00:00
parent b81cc9a9dc
commit 2cf02c484e
5 changed files with 17 additions and 18 deletions

View File

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