mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-28 15:27:18 -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);
|
actionsToRemove.removeOne(m_ui->actionEntryCopyNotes);
|
||||||
|
|
||||||
Q_FOREACH (QAction* action, actionsToRemove) {
|
Q_FOREACH (QAction* action, actionsToRemove) {
|
||||||
m_ui->menuEntryCopyAttribute->removeAction(action);
|
|
||||||
delete action;
|
delete action;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user