mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 09:13:16 -05:00
Properly initialize various attributes.
This commit is contained in:
parent
c548c7f4b4
commit
5cb906c235
5 changed files with 26 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ Group::Group()
|
|||
{
|
||||
m_parent = 0;
|
||||
m_db = 0;
|
||||
|
||||
m_iconNumber = 0; // TODO change?
|
||||
}
|
||||
|
||||
Group::~Group()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue