mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 19:16:16 -04:00
Remove unnecessary removeAction call in MainWindow.
This commit is contained in:
parent
2308099260
commit
a3b95c1c38
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ void MainWindow::updateCopyAttributesMenu()
|
|||
actionsToRemove.removeOne(m_ui->actionEntryCopyNotes);
|
||||
|
||||
Q_FOREACH (QAction* action, actionsToRemove) {
|
||||
m_ui->menuEntryCopyAttribute->removeAction(action);
|
||||
delete action;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue