Merge pull request #12417 from lioncash/fallthrough

GameListModel: Remove fallthrough in data()
This commit is contained in:
JosJuice
2023-12-14 19:55:53 +01:00
committed by GitHub

View File

@ -195,6 +195,7 @@ QVariant GameListModel::data(const QModelIndex& index, int role) const
return tags.join(QStringLiteral(", ")); return tags.join(QStringLiteral(", "));
} }
break;
default: default:
break; break;
} }