mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Remove unnecessary removeAction call in MainWindow.
This commit is contained in:
@@ -229,7 +229,6 @@ void MainWindow::updateCopyAttributesMenu()
|
||||
actionsToRemove.removeOne(m_ui->actionEntryCopyNotes);
|
||||
|
||||
Q_FOREACH (QAction* action, actionsToRemove) {
|
||||
m_ui->menuEntryCopyAttribute->removeAction(action);
|
||||
delete action;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user