mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Update connection of modified signals of entries when a parent group changes database.
This commit is contained in:
parent
ec3cca1f77
commit
d85e5d7560
2 changed files with 13 additions and 1 deletions
|
@ -71,6 +71,11 @@ void TestModified::testSignals()
|
|||
QCOMPARE(spyModified.count(), spyCount);
|
||||
QCOMPARE(spyModified2.count(), spyCount2);
|
||||
|
||||
entry1->setTitle("test");
|
||||
spyCount2++;
|
||||
QCOMPARE(spyModified.count(), spyCount);
|
||||
QCOMPARE(spyModified2.count(), spyCount2);
|
||||
|
||||
QPointer<Entry> entry2 = new Entry();
|
||||
entry2->setGroup(g2);
|
||||
spyCount++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue