fixed initial value of m_drawerDepth
This commit is contained in:
parent
d286664763
commit
3883b8ff34
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ private:
|
|||
|
||||
bool m_isTriggeredByConnectButton;
|
||||
|
||||
int m_drawerDepth;
|
||||
int m_drawerDepth = 0;
|
||||
};
|
||||
|
||||
#endif // PAGECONTROLLER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue