initialize a member
slotWindowClosed() accesses it
This commit is contained in:
parent
12a02451df
commit
df861b1702
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ namespace KWin
|
|||
{
|
||||
|
||||
FlipSwitchEffect::FlipSwitchEffect()
|
||||
: m_currentAnimationShape(QTimeLine::EaseInOutCurve)
|
||||
: m_selectedWindow(nullptr)
|
||||
, m_currentAnimationShape(QTimeLine::EaseInOutCurve)
|
||||
, m_active(false)
|
||||
, m_start(false)
|
||||
, m_stop(false)
|
||||
|
|
Loading…
Reference in a new issue