mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refs #917, validate simulator setting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f816c927ee
commit
d214739912
@@ -74,6 +74,18 @@ namespace BlackMisc
|
||||
return s;
|
||||
}
|
||||
|
||||
const QStringList &CSimulatorPluginInfo::allIdentifiers()
|
||||
{
|
||||
static const QStringList identifiers(
|
||||
{
|
||||
fsxPluginIndentifier(),
|
||||
p3dPluginIndentifier(),
|
||||
xplanePluginIndentifier(),
|
||||
fs9PluginIndentifier()
|
||||
});
|
||||
return identifiers;
|
||||
}
|
||||
|
||||
QStringList CSimulatorPluginInfo::guessDefaultPlugins()
|
||||
{
|
||||
if (BlackConfig::CBuildConfig::isRunningOnUnixPlatform())
|
||||
|
||||
Reference in New Issue
Block a user