Merge pull request #12417 from lioncash/fallthrough
GameListModel: Remove fallthrough in data()
This commit is contained in:
commit
15a37edfdb
Source/Core/DolphinQt/GameList
|
@ -195,6 +195,7 @@ QVariant GameListModel::data(const QModelIndex& index, int role) const
|
|||
|
||||
return tags.join(QStringLiteral(", "));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue