diff options
| author | JosJuice <josjuice@gmail.com> | 2023-12-14 19:55:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 19:55:53 +0100 |
| commit | 15a37edfdbb4854de413dbbb72790b3dfdffc9ca (patch) | |
| tree | 97a38540ffefa577b673e7b9990796dbca863343 /Source/Core | |
| parent | fe014dac06d6060049916c4e7ef7bda8504b3f0b (diff) | |
| parent | 6bbdf36a7b31c6007f02abaca226e44b223707f8 (diff) | |
Merge pull request #12417 from lioncash/fallthrough
GameListModel: Remove fallthrough in data()
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt/GameList/GameListModel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/GameList/GameListModel.cpp b/Source/Core/DolphinQt/GameList/GameListModel.cpp index d8a23dc1cd..a930d66607 100644 --- a/Source/Core/DolphinQt/GameList/GameListModel.cpp +++ b/Source/Core/DolphinQt/GameList/GameListModel.cpp @@ -195,6 +195,7 @@ QVariant GameListModel::data(const QModelIndex& index, int role) const return tags.join(QStringLiteral(", ")); } + break; default: break; } |
