mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Initalize pointer in Group. *sigh*
This commit is contained in:
parent
87ee9b7c85
commit
6d4561bc57
@ -28,6 +28,7 @@ Group::Group()
|
||||
{
|
||||
m_parent = 0;
|
||||
m_db = 0;
|
||||
m_lastTopVisibleEntry = 0;
|
||||
|
||||
m_iconNumber = 0; // TODO change?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user