summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2010-01-06 14:52:47 +0100
committercon <qtc-committer@nokia.com>2010-01-06 15:57:10 +0100
commit1906319940b3a1c8a1fca40d1625d7c55d4d73b8 (patch)
treea2dc86eb0192b78f640fec8bc8175cef7009b834
parenta3fd049ec83e49d33d0d0486fd4f9d6c36eac718 (diff)
downloadqt-creator-1906319940b3a1c8a1fca40d1625d7c55d4d73b8.tar.gz
debugger: make the option to write timestamps to the log persistent
(cherry picked from commit a5c5cfc42edfc5eef42615036ca25804926795d8) Conflicts: src/plugins/debugger/debuggerplugin.cpp
-rw-r--r--src/plugins/debugger/debuggerplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index 9cbf5d3c64..bd51db043f 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -359,6 +359,7 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent)
m_ui.checkBoxEnableReverseDebugging);
m_group.insert(theDebuggerAction(MaximalStackDepth),
m_ui.spinBoxMaximalStackDepth);
+ m_group.insert(theDebuggerAction(LogTimeStamps), 0);
#ifdef USE_REVERSE_DEBUGGING
m_ui.checkBoxEnableReverseDebugging->hide();