Skip to content

Use qsTr instead of i18n

Jan Blackquill requested to merge work/janb/fix-bad-i18n-calls into master

We can't depend on KI18n, so we can't assume i18n() is present. Instead, use qsTr, which comes with Qt and is what we use for translation in Tier-1 frameworks.

Merge request reports