mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Style and formatting
This commit is contained in:
committed by
Mat Sutcliffe
parent
9b4a01cd25
commit
264002cb63
@@ -108,7 +108,7 @@ namespace BlackMisc
|
||||
xplanePluginIdentifier(),
|
||||
fs9PluginIdentifier(),
|
||||
emulatedPluginIdentifier(),
|
||||
fgPluginIdentifier()
|
||||
fgPluginIdentifier()
|
||||
});
|
||||
return identifiers;
|
||||
}
|
||||
@@ -118,8 +118,7 @@ namespace BlackMisc
|
||||
if (BlackConfig::CBuildConfig::isRunningOnUnixPlatform())
|
||||
{
|
||||
// On UNIX we likely run XP
|
||||
// TODO Add FG?
|
||||
return QStringList { xplanePluginIdentifier() };
|
||||
return QStringList { xplanePluginIdentifier(), fgPluginIdentifier() };
|
||||
}
|
||||
|
||||
return QStringList
|
||||
|
||||
Reference in New Issue
Block a user