Clang-Tidy and Clazy fixes
This commit is contained in:
@@ -73,7 +73,7 @@ SavedGroupingManager::~SavedGroupingManager() {
|
||||
delete model_;
|
||||
}
|
||||
|
||||
QString SavedGroupingManager::GroupByToString(const CollectionModel::GroupBy &g) {
|
||||
QString SavedGroupingManager::GroupByToString(const CollectionModel::GroupBy g) {
|
||||
|
||||
switch (g) {
|
||||
case CollectionModel::GroupBy_None:
|
||||
|
||||
Reference in New Issue
Block a user