Debugger: Remove some unused code

Change-Id: Id98a1e30f5fec98cece29091ecfcf0c44d33d815
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2017-01-17 17:45:46 +01:00
parent 4d6b05c522
commit 16bdcca60f

View File

@@ -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;
}