Remove KLocalizedString::insertCatalog from Oxygen
It got removed in frameworks recently and it seems like their is no replacement. Therefore all of them are currently removed. Also there are no porting guides yet for i18n.
This commit is contained in:
parent
330003cdee
commit
f8092ded4e
1 changed files with 0 additions and 3 deletions
|
@ -57,9 +57,6 @@ namespace Oxygen
|
|||
QObject( parent )
|
||||
{
|
||||
|
||||
// catalog
|
||||
KLocalizedString::insertCatalog( QStringLiteral( "kwin_clients" ) );
|
||||
|
||||
// configuration
|
||||
_configuration = KSharedConfig::openConfig( QStringLiteral( "oxygenrc" ) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue