mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Merge pull request #12417 from lioncash/fallthrough
GameListModel: Remove fallthrough in data()
This commit is contained in:
commit
15a37edfdb
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ QVariant GameListModel::data(const QModelIndex& index, int role) const
|
||||||
|
|
||||||
return tags.join(QStringLiteral(", "));
|
return tags.join(QStringLiteral(", "));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue