Skip to content

Commit

Permalink
Remove connection to non-existent signal
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey authored and lerignoux committed Jul 20, 2020
1 parent a03ca35 commit 6a79b9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/browser/BrowserService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ QList<Entry*> BrowserService::confirmEntries(QList<Entry*>& pwEntriesToConfirm,
BrowserAccessControlDialog accessControlDialog;

connect(m_currentDatabaseWidget, SIGNAL(databaseLocked()), &accessControlDialog, SLOT(reject()));
connect(this, SIGNAL(activeDatabaseChanged()), &accessControlDialog, SLOT(reject()));

connect(&accessControlDialog, &BrowserAccessControlDialog::disableAccess, [&](QTableWidgetItem* item) {
auto entry = pwEntriesToConfirm[item->row()];
Expand Down

0 comments on commit 6a79b9c

Please sign in to comment.