From fdd774172a35d67bb0c4c4d1812f674c20536f1c Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Fri, 17 Sep 2010 09:18:37 +0200
Subject: [PATCH] debugger: save state of the 'AutoDerefPointers' option

---
 src/plugins/debugger/debuggeractions.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/debugger/debuggeractions.cpp b/src/plugins/debugger/debuggeractions.cpp
index c8ed0e96a6c..dcab48b1e28 100644
--- a/src/plugins/debugger/debuggeractions.cpp
+++ b/src/plugins/debugger/debuggeractions.cpp
@@ -239,6 +239,7 @@ DebuggerSettings *DebuggerSettings::instance()
     item->setText(tr("Dereference Pointers Automatically"));
     item->setCheckable(true);
     item->setDefaultValue(true);
+    item->setSettingsKey(debugModeGroup, QLatin1String("AutoDerefPointers"));
     item->setToolTip(tr("This switches the Locals&Watchers view to "
         "automatically dereference pointers. This saves a level in the "
         "tree view, but also loses data for the now-missing intermediate "
-- 
GitLab