summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2023-12-14 19:55:53 +0100
committerGitHub <noreply@github.com>2023-12-14 19:55:53 +0100
commit15a37edfdbb4854de413dbbb72790b3dfdffc9ca (patch)
tree97a38540ffefa577b673e7b9990796dbca863343 /Source
parentfe014dac06d6060049916c4e7ef7bda8504b3f0b (diff)
parent6bbdf36a7b31c6007f02abaca226e44b223707f8 (diff)
Merge pull request #12417 from lioncash/fallthrough
GameListModel: Remove fallthrough in data()
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinQt/GameList/GameListModel.cpp1
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;
}