mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
GameListModel: Remove fallthrough in data()
A harmless case of it, but this can still cause warnings.
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