Use C++17 fallthrough

This commit is contained in:
Jonas Kvinge
2022-07-26 20:37:06 +02:00
parent 33581fa61d
commit 98682a2da9
10 changed files with 15 additions and 16 deletions

View File

@@ -511,8 +511,7 @@ QString CollectionModel::DividerDisplayText(const GroupBy type, const QString &k
case GroupBy_None:
case GroupByCount:
// fallthrough
;
break;
}
qLog(Error) << "Unknown GroupBy type" << type << "for divider key" << key;
return QString();