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()
|
DashboardEffect::DashboardEffect()
|
||||||
: transformWindow(false)
|
: transformWindow(false)
|
||||||
|
, retransformWindow(false)
|
||||||
, activateAnimation(false)
|
, activateAnimation(false)
|
||||||
, deactivateAnimation(false)
|
, deactivateAnimation(false)
|
||||||
, retransformWindow(false)
|
|
||||||
, window(NULL)
|
, window(NULL)
|
||||||
{
|
{
|
||||||
// propagate that the effect is loaded
|
// propagate that the effect is loaded
|
||||||
|
|
Loading…
Reference in a new issue