Ref T430, style

This commit is contained in:
Klaus Basan
2018-12-06 23:28:20 +01:00
parent 82324cb512
commit 363b7c9966
3 changed files with 3 additions and 4 deletions

View File

@@ -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;