diff --git a/containmentactions/switchwindow/switch.cpp b/containmentactions/switchwindow/switch.cpp index c2243d720..a24967cf4 100644 --- a/containmentactions/switchwindow/switch.cpp +++ b/containmentactions/switchwindow/switch.cpp @@ -34,10 +34,10 @@ SwitchWindow::SwitchWindow(QObject *parent, const QVariantList &args) : Plasma::ContainmentActions(parent, args), - m_mode(AllFlat), - m_clearOrderTimer(0), m_groupManager(new TaskManager::GroupManager(this)), - m_tasksModel(new TaskManager::TasksModel(m_groupManager, this)) + m_tasksModel(new TaskManager::TasksModel(m_groupManager, this)), + m_mode(AllFlat), + m_clearOrderTimer(0) { m_groupManager->setGroupingStrategy(static_cast(0)); m_groupManager->reconnect();