Fix clang-tidy and clazy warnings

This commit is contained in:
Mat Sutcliffe
2021-08-27 16:21:41 +01:00
parent 2aeacf49a7
commit eb6b0ff289
122 changed files with 197 additions and 205 deletions

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2016
/* Copyright (C) 2016
* swift project community / contributors
*
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
@@ -734,7 +734,7 @@ namespace BlackMisc
return empty;
}
const QString CXPlaneSimulatorSettings::getPluginDirOrDefault() const
QString CXPlaneSimulatorSettings::getPluginDirOrDefault() const
{
return CFileUtils::appendFilePathsAndFixUnc(this->getSimulatorDirectoryOrDefault(), CXPlaneUtil::xplanePluginPathName());
}

View File

@@ -295,7 +295,7 @@ namespace BlackMisc
{}
//! Plugin directory or default plugin dir
const QString getPluginDirOrDefault() const;
QString getPluginDirOrDefault() const;
};
//! Trait for simulator settings