From ad37ad1a86e79ee220293c8bdeab4e75aeb479fb Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 13 Nov 2018 08:47:55 +0100 Subject: [PATCH] Debugger: Fix cut-and-pasto Amends c3f29684fab92a6b51dfaa59254a61c86ed4968a. Change-Id: I19e7a9ce65780822f8a9718906acc68f6f7e7454 Reviewed-by: Nikolai Kosjar --- src/plugins/debugger/debuggerplugin.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 7608458f619..1c5370eb699 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -1276,13 +1276,6 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments, act->setVisible(false); ActionManager::registerAction(act, Constants::FRAME_DOWN); - act = new QAction(this); - act->setText(QCoreApplication::translate("Debugger::Internal::DebuggerPluginPrivate", - "Memory...")); - act->setEnabled(false); - act->setVisible(true); - ActionManager::registerAction(act, Constants::FRAME_UP); - act = new QAction(this); act->setText(QCoreApplication::translate("Debugger::Internal::DebuggerPluginPrivate", "Operate by Instruction"));