mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Add modified signal for database.
This commit is contained in:
parent
2f58b854ed
commit
1d23ed46e5
@ -162,6 +162,7 @@ void Database::setKey(const CompositeKey& key, const QByteArray& transformSeed)
|
||||
{
|
||||
m_transformSeed = transformSeed;
|
||||
m_transformedMasterKey = key.transform(transformSeed, transformRounds());
|
||||
Q_EMIT modified();
|
||||
}
|
||||
|
||||
void Database::setKey(const CompositeKey& key)
|
||||
|
@ -88,6 +88,7 @@ Q_SIGNALS:
|
||||
void groupAdded();
|
||||
void groupAboutToRemove(Group* group);
|
||||
void groupRemoved();
|
||||
void modified();
|
||||
|
||||
private:
|
||||
Entry* recFindEntry(const Uuid& uuid, Group* group);
|
||||
|
Loading…
Reference in New Issue
Block a user