mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-07 06:22:44 -04:00
Get rid of Database pointer in Metadata.
This commit is contained in:
parent
10e24e7343
commit
cd41727583
6 changed files with 17 additions and 17 deletions
|
@ -42,6 +42,7 @@ Database::Database()
|
|||
m_uuidMap.insert(m_uuid, this);
|
||||
|
||||
connect(m_metadata, SIGNAL(modified()), this, SIGNAL(modified()));
|
||||
connect(m_metadata, SIGNAL(nameTextChanged()), this, SIGNAL(nameTextChanged()));
|
||||
}
|
||||
|
||||
Database::~Database()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue