mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -41,7 +41,7 @@ namespace BlackMisc
|
||||
}
|
||||
|
||||
//! Log flag to string
|
||||
const QString matchingLogToString(MatchingLog log)
|
||||
QString matchingLogToString(MatchingLog log)
|
||||
{
|
||||
if (log == MatchingLogNothing) { return matchingLogFlagToString(MatchingLogNothing); }
|
||||
QStringList l;
|
||||
|
||||
Reference in New Issue
Block a user