mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 05:24:13 -04:00
Disconnect entry from database, when removed.
This commit is contained in:
parent
89f138a868
commit
34204f3281
2 changed files with 6 additions and 0 deletions
|
@ -88,6 +88,11 @@ void TestModified::testSignals()
|
|||
QCOMPARE(spyModified.count(), spyCount);
|
||||
QCOMPARE(spyModified2.count(), spyCount2);
|
||||
|
||||
entry2->setTitle("test2");
|
||||
spyCount2++;
|
||||
QCOMPARE(spyModified.count(), spyCount);
|
||||
QCOMPARE(spyModified2.count(), spyCount2);
|
||||
|
||||
Group* g3 = new Group();
|
||||
g3->setParent(root);
|
||||
spyCount++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue