mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Resolve other switch fallthrough issues
This commit is contained in:
parent
5d425ecc02
commit
318d11481d
14 changed files with 60 additions and 74 deletions
|
|
@ -454,6 +454,7 @@ QVariant TranslationsModel::data(const QModelIndex& index, int role) const
|
|||
return QString("%1%").arg(lang.percentTranslated(), 3, 'f', 1);
|
||||
}
|
||||
}
|
||||
qWarning("TranslationModel::data not implemented when role is DisplayRole");
|
||||
}
|
||||
case Qt::ToolTipRole:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue