Skip to content

Commit

Permalink
Merge pull request #12417 from lioncash/fallthrough
Browse files Browse the repository at this point in the history
GameListModel: Remove fallthrough in data()
  • Loading branch information
JosJuice committed Dec 14, 2023
2 parents fe014da + 6bbdf36 commit 15a37ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt/GameList/GameListModel.cpp
Expand Up @@ -195,6 +195,7 @@ QVariant GameListModel::data(const QModelIndex& index, int role) const

return tags.join(QStringLiteral(", "));
}
break;
default:
break;
}
Expand Down

0 comments on commit 15a37ed

Please sign in to comment.