mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 16:29:44 -05:00
Remove unnecessary removeAction call in MainWindow.
This commit is contained in:
parent
2308099260
commit
a3b95c1c38
@ -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…
Reference in New Issue
Block a user