Don't use nullptr as default flags

master
Laurent Montel 5 years ago
parent 054cfc1c8a
commit 9b41e93540

@ -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