fixed initial value of m_drawerDepth

This commit is contained in:
vladimir.kuznetsov 2024-02-28 17:31:46 +03:00
parent d286664763
commit 3883b8ff34

View file

@ -126,7 +126,7 @@ private:
bool m_isTriggeredByConnectButton;
int m_drawerDepth;
int m_drawerDepth = 0;
};
#endif // PAGECONTROLLER_H