mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Properly block modified signal during Database destruction (#6438)
fixes #6393
This commit is contained in:
@@ -87,7 +87,7 @@ void EditGroupWidgetKeeShare::setGroup(Group* temporaryGroup, QSharedPointer<Dat
|
||||
m_temporaryGroup = temporaryGroup;
|
||||
|
||||
if (m_temporaryGroup) {
|
||||
connect(m_temporaryGroup, SIGNAL(groupModified()), SLOT(update()));
|
||||
connect(m_temporaryGroup, &Group::modified, this, &EditGroupWidgetKeeShare::update);
|
||||
}
|
||||
|
||||
update();
|
||||
|
||||
Reference in New Issue
Block a user