mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Validate simulator info for model (used for quick mapping wizard)
This commit is contained in:
committed by
Mat Sutcliffe
parent
3d563d9e7d
commit
88e82404e2
@@ -11,10 +11,11 @@
|
||||
#ifndef BLACKMISC_SIMULATION_SIMULATORINFO_H
|
||||
#define BLACKMISC_SIMULATION_SIMULATORINFO_H
|
||||
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
#include "blackmisc/metaclass.h"
|
||||
#include "blackmisc/propertyindex.h"
|
||||
#include "blackmisc/valueobject.h"
|
||||
#include "blackmisc/blackmiscexport.h"
|
||||
|
||||
#include <QFlag>
|
||||
#include <QFlags>
|
||||
@@ -167,6 +168,9 @@ namespace BlackMisc
|
||||
//! To plugin indentifier, empty string if not single simulator
|
||||
const QString &toPluginIdentifier() const;
|
||||
|
||||
//! Validate simulators for an aircraft model
|
||||
CStatusMessage validateSimulatorsForModel() const;
|
||||
|
||||
//! Bool flags to enum
|
||||
static Simulator boolToFlag(bool isFSX, bool isFS9, bool xp, bool isP3D, bool fg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user