[kcmkwin/compositing] Set translationDomain for KDeclarative
This commit is contained in:
parent
896b8dcfdd
commit
433850a314
1 changed files with 1 additions and 0 deletions
|
@ -514,6 +514,7 @@ void EffectView::init(ViewType type)
|
|||
{
|
||||
KDeclarative::KDeclarative kdeclarative;
|
||||
kdeclarative.setDeclarativeEngine(engine());
|
||||
kdeclarative.setTranslationDomain(QStringLiteral(TRANSLATION_DOMAIN));
|
||||
kdeclarative.setupBindings();
|
||||
QString path;
|
||||
switch (type) {
|
||||
|
|
Loading…
Reference in a new issue