Squash of previous remove_shadows branch

This commit is contained in:
Aaron D. Marasco
2020-06-01 15:08:26 -04:00
committed by Janek Bevendorff
parent 2d945bc215
commit a91358e7bf
4 changed files with 38 additions and 24 deletions

View File

@@ -490,7 +490,6 @@ namespace FdoSecrets
// When the group object is normally deleted due to ~Database, the databaseReplaced
// signal should be first emitted, and we will clean up connection in reloadDatabase,
// so this handler won't be triggered.
QPointer<Database> db = m_backend->database().data();
connect(m_exposedGroup.data(), &Group::groupAboutToRemove, this, [this](Group* toBeRemoved) {
if (backendLocked()) {
return;