From 16bdcca60fb6664f4cfc79ba13cd6d498c24ef2e Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 17 Jan 2017 17:45:46 +0100 Subject: [PATCH] Debugger: Remove some unused code Change-Id: Id98a1e30f5fec98cece29091ecfcf0c44d33d815 Reviewed-by: hjk --- src/plugins/debugger/commonoptionspage.cpp | 9 --------- 1 file changed, 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; }