mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #12417 from lioncash/fallthrough
GameListModel: Remove fallthrough in data()
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user