mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
Ref T430, style
This commit is contained in:
@@ -106,9 +106,9 @@ namespace BlackMisc
|
||||
{
|
||||
static const QString dir = []
|
||||
{
|
||||
if (!xplane11Dir().isEmpty()) { return xplane11Dir(); }
|
||||
if (!xplane11Dir().isEmpty()) { return xplane11Dir(); }
|
||||
else if (!xplane10Dir().isEmpty()) { return xplane10Dir(); }
|
||||
else if (!xplane9Dir().isEmpty()) { return xplane9Dir(); }
|
||||
else if (!xplane9Dir().isEmpty()) { return xplane9Dir(); }
|
||||
else { return QString(); }
|
||||
}();
|
||||
return dir;
|
||||
|
||||
Reference in New Issue
Block a user