Remove the action which lead to old language KCM
ClosedPublic

Authored by ltoscano on Sep 20 2017, 10:49 PM.

Details

Summary

There are several issue with this code:

  • it still uses kchmshell4, so it's broken anyway;
  • even if changed to kcmshell5, the 'languages' modules does not exist anymore;
  • there are few alternatives, but in general the language settings used by Qt5 follows the settings in the system, nothing "KDE specific";
  • it is possible to change the language from the Help menu.

So it's better to completely remove this action.

Test Plan

The code compiles and the action is removed.

Diff Detail

Repository
R261 KMyMoney
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ltoscano created this revision.Sep 20 2017, 10:49 PM
tbaumgart accepted this revision.Sep 21 2017, 5:59 AM
This revision is now accepted and ready to land.Sep 21 2017, 5:59 AM
This revision was automatically updated to reflect the committed changes.