Don't use nullptr as default flags

This commit is contained in:
Laurent Montel 2019-12-30 06:54:08 +01:00
parent 054cfc1c8a
commit 9b41e93540

View file

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