apply clang tidy fix (#2579)
This commit is contained in:
@@ -518,7 +518,7 @@ QSet<QString> ConfigHandler::keysFromGroup(const QString& group) const
|
||||
|
||||
bool ConfigHandler::checkForErrors(AbstractLogger* log) const
|
||||
{
|
||||
return checkUnrecognizedSettings(log) & checkShortcutConflicts(log) &
|
||||
return checkUnrecognizedSettings(log) && checkShortcutConflicts(log) &&
|
||||
checkSemantics(log);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user