Resolve other switch fallthrough issues

This commit is contained in:
PandaNinjas 2023-06-07 19:37:54 -04:00
parent 5d425ecc02
commit 318d11481d
No known key found for this signature in database
GPG key ID: 0BD7553044D47763
14 changed files with 60 additions and 74 deletions

View file

@ -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:
{