mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-21 05:58:44 -04:00
parent
ad9ef88e15
commit
05167e7b21
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void ImportWizardPageSelect::updateDatabaseChoices() const
|
|||
if (mainWindow) {
|
||||
for (auto dbWidget : mainWindow->getOpenDatabases()) {
|
||||
// Remove all connections
|
||||
disconnect(dbWidget, nullptr, nullptr, nullptr);
|
||||
disconnect(dbWidget, nullptr, this, nullptr);
|
||||
|
||||
// Skip over locked databases
|
||||
if (dbWidget->isLocked()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue