Don't use nullptr as default flags
This commit is contained in:
parent
054cfc1c8a
commit
9b41e93540
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue