mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 12:37:39 +03:00
parent
c7d318236f
commit
48d0f2b159
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