Properly block modified signal during Database destruction (#6438)

fixes #6393
This commit is contained in:
Aetf 2021-05-27 21:50:15 -04:00 committed by GitHub
parent 66c3026cf5
commit 81a66c439c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 370 additions and 179 deletions

View file

@ -34,6 +34,7 @@ private slots:
void testHistoryItems();
void testHistoryMaxSize();
void testCustomData();
void testBlockModifiedSignal();
};
#endif // KEEPASSX_TESTMODIFIED_H