Fix warning (order)
This commit is contained in:
parent
2e7116f126
commit
422eacb42b
1 changed files with 1 additions and 1 deletions
|
@ -27,9 +27,9 @@ KWIN_EFFECT(dashboard, DashboardEffect)
|
|||
|
||||
DashboardEffect::DashboardEffect()
|
||||
: transformWindow(false)
|
||||
, retransformWindow(false)
|
||||
, activateAnimation(false)
|
||||
, deactivateAnimation(false)
|
||||
, retransformWindow(false)
|
||||
, window(NULL)
|
||||
{
|
||||
// propagate that the effect is loaded
|
||||
|
|
Loading…
Reference in a new issue