mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 09:13:16 -05:00
Initalize pointer in Group. *sigh*
This commit is contained in:
parent
87ee9b7c85
commit
6d4561bc57
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ Group::Group()
|
|||
{
|
||||
m_parent = 0;
|
||||
m_db = 0;
|
||||
m_lastTopVisibleEntry = 0;
|
||||
|
||||
m_iconNumber = 0; // TODO change?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue