mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fixed signal slot connections
Fixed connection to renamed CustomData::customDataModified() signal Fixed connection to renamed Database::databaseModified() signal Fixed connection to renamed Group::groupModified() signal
This commit is contained in:
committed by
Jonathan White
parent
21de6f6163
commit
52dcc2855e
@@ -92,7 +92,7 @@ void EditGroupWidgetKeeShare::setGroup(Group* temporaryGroup)
|
||||
m_temporaryGroup = temporaryGroup;
|
||||
|
||||
if (m_temporaryGroup) {
|
||||
connect(m_temporaryGroup, SIGNAL(modified()), SLOT(update()));
|
||||
connect(m_temporaryGroup, SIGNAL(groupModified()), SLOT(update()));
|
||||
}
|
||||
update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user