forked from qt-creator/qt-creator
Debugger: Fix cut-and-pasto
Amends c3f29684fab92a6b51dfaa59254a61c86ed4968a. Change-Id: I19e7a9ce65780822f8a9718906acc68f6f7e7454 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -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"));
|
||||
|
Reference in New Issue
Block a user