Don't use nullptr as default flags

remotes/origin/apol/tablet-unstable-v2
Laurent Montel 6 years ago
parent 054cfc1c8a
commit 9b41e93540
  1. 2
      screenedge.cpp

@ -716,7 +716,7 @@ ScreenEdges::ScreenEdges(QObject *parent)
, m_desktopSwitchingMovingClients(false)
, m_timeThreshold(0)
, m_reactivateThreshold(0)
, m_virtualDesktopLayout(nullptr)
, m_virtualDesktopLayout({})
, m_actionTopLeft(ElectricActionNone)
, m_actionTop(ElectricActionNone)
, m_actionTopRight(ElectricActionNone)

Loading…
Cancel
Save