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
commit 15a37edfdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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