From 1906319940b3a1c8a1fca40d1625d7c55d4d73b8 Mon Sep 17 00:00:00 2001
From: con <qtc-committer@nokia.com>
Date: Wed, 6 Jan 2010 14:52:47 +0100
Subject: [PATCH] debugger: make the option to write timestamps to the log
 persistent

(cherry picked from commit a5c5cfc42edfc5eef42615036ca25804926795d8)

Conflicts:

	src/plugins/debugger/debuggerplugin.cpp
---
 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 9cbf5d3c643..bd51db043f4 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();
-- 
GitLab