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