From a5c5cfc42edfc5eef42615036ca25804926795d8 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 7 Dec 2009 12:10:07 +0100 Subject: [PATCH] debugger: make the option to write timestamps to the log persistent --- src/plugins/debugger/debuggerplugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 4616f68cf4f..993c7f39572 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -364,6 +364,7 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent) m_ui.spinBoxMaximalStackDepth); m_group.insert(theDebuggerAction(ShowStdNamespace), 0); m_group.insert(theDebuggerAction(ShowQtNamespace), 0); + m_group.insert(theDebuggerAction(LogTimeStamps), 0); #ifdef USE_REVERSE_DEBUGGING m_ui.checkBoxEnableReverseDebugging->hide();