[autotests] Fix TestScriptedEffectLoader::testLoadAllEffects
This commit is contained in:
parent
d2c488ea44
commit
cfe84aa9de
1 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,8 @@ void TestScriptedEffectLoader::testLoadAllEffects()
|
|||
plugins.writeEntry(kwin4 + QStringLiteral("minimizeanimationEnabled"), false);
|
||||
plugins.writeEntry(kwin4 + QStringLiteral("scaleinEnabled"), false);
|
||||
plugins.writeEntry(kwin4 + QStringLiteral("translucencyEnabled"), false);
|
||||
plugins.writeEntry(kwin4 + QStringLiteral("eyeonscreenEnabled"), false);
|
||||
plugins.writeEntry(kwin4 + QStringLiteral("windowapertureEnabled"), false);
|
||||
plugins.sync();
|
||||
|
||||
loader.setConfig(config);
|
||||
|
|
Loading…
Reference in a new issue