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

@@ -173,9 +173,6 @@ namespace BlackMisc
//! All simulators selected become unselected and vice versa
void invertSimulators();
//! To plugin indentifier, empty string if not single simulator
const QString &toPluginIdentifier() const;
//! Validate simulators for an aircraft model
CStatusMessage validateSimulatorsForModel() const;