Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
2883ec3b
Commit
2883ec3b
authored
Mar 18, 2009
by
hjk
Browse files
compile fix
parent
3ad22e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
2883ec3b
...
...
@@ -948,6 +948,7 @@ void DebuggerPlugin::readSettings()
m
->
m_skipKnownFrames
=
s
->
value
(
"SkipKnownFrames"
,
false
).
toBool
();
m
->
m_debugDumpers
=
s
->
value
(
"DebugDumpers"
,
false
).
toBool
();
m
->
m_useDumpers
=
s
->
value
(
"UseCustomDumpers"
,
true
).
toBool
();
action
(
UseDumpers
)
->
setChecked
(
m
->
m_useDumpers
);
m
->
m_useToolTips
=
s
->
value
(
"UseToolTips"
,
false
).
toBool
();
m
->
m_listSourceFiles
=
s
->
value
(
"ListSourceFiles"
,
false
).
toBool
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment