Skip to content
  • Albert Astals Cid's avatar
    Make the translators tab in the about dialog appear · 3546e532
    Albert Astals Cid authored
    This are not new strings
    
    This is usually fixed by replacing the -DTRANSLATION_DOMAIN= define
    with a KLocalizedString::setApplicationDomain but that only works if
    the app uses a KMainWindow (or child  class).
    
    Since in this case it's just a QWidget we need to call setTranslator directly
    3546e532