aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/commonoptionspage.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-01-17 17:45:46 +0100
committerhjk <hjk@qt.io>2017-01-17 16:48:08 +0000
commit16bdcca60fb6664f4cfc79ba13cd6d498c24ef2e (patch)
tree247f19a60140e38576da37f4466e9a92d3a2f8af /src/plugins/debugger/commonoptionspage.cpp
parent4d6b05c5227ff41627c6632c93961909363b0053 (diff)
Debugger: Remove some unused code
Change-Id: Id98a1e30f5fec98cece29091ecfcf0c44d33d815 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/debugger/commonoptionspage.cpp')
-rw-r--r--src/plugins/debugger/commonoptionspage.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/debugger/commonoptionspage.cpp b/src/plugins/debugger/commonoptionspage.cpp
index 47654f52bde..1972fe57cdc 100644
--- a/src/plugins/debugger/commonoptionspage.cpp
+++ b/src/plugins/debugger/commonoptionspage.cpp
@@ -359,15 +359,6 @@ QWidget *LocalsAndExpressionsOptionsPage::widget()
m_group.insert(action(ShowQObjectNames), checkBoxShowQObjectNames);
m_group.insert(action(DisplayStringLimit), spinBoxDisplayStringLimit);
m_group.insert(action(MaximalStringLength), spinBoxMaximalStringLength);
-
-#ifndef QT_DEBUG
-#if 0
- cmd = am->registerAction(m_dumpLogAction, DUMP_LOG, globalcontext);
- //cmd->setDefaultKeySequence(QKeySequence(tr("Ctrl+D,Ctrl+L")));
- cmd->setDefaultKeySequence(QKeySequence(QCoreApplication::translate("Debugger", "Ctrl+Shift+F11")));
- mdebug->addAction(cmd);
-#endif
-#endif
}
return m_widget;
}