summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-11-13 08:47:55 +0100
committerhjk <hjk@qt.io>2018-11-13 07:56:53 +0000
commitad37ad1a86e79ee220293c8bdeab4e75aeb479fb (patch)
tree976d2fc76c66d256430ae20ab1e766a7872c72bf
parent6cd6d8ef4e8f38f51f56f396a013db333bd229fe (diff)
downloadqt-creator-ad37ad1a86e79ee220293c8bdeab4e75aeb479fb.tar.gz
Debugger: Fix cut-and-pasto
Amends c3f29684fab92a6b51dfaa59254a61c86ed4968a. Change-Id: I19e7a9ce65780822f8a9718906acc68f6f7e7454 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
-rw-r--r--src/plugins/debugger/debuggerplugin.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index 7608458f61..1c5370eb69 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -1278,13 +1278,6 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
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"));
act->setEnabled(false);
act->setVisible(false);