Debugger: Fix cut-and-pasto

Amends c3f29684fab92a6b51dfaa59254a61c86ed4968a.

Change-Id: I19e7a9ce65780822f8a9718906acc68f6f7e7454
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
hjk
2018-11-13 08:47:55 +01:00
parent 6cd6d8ef4e
commit ad37ad1a86

View File

@@ -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"));