Move effect variables to base class (QuickSceneEffect)
Moved m_partialActivationFactor
, m_gestureInProgress
and m_status
from Overview
, WindowView
and DesktopGrid
to common base class QuickSceneEffect
reducing code duplication.
Split out of !2184 (closed)