Skip to content
GitLab
Menu
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
9cae0553
Commit
9cae0553
authored
Feb 23, 2011
by
hjk
Browse files
debugger: also save the new qt source location settings
parent
a8ae618d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/commonoptionspage.cpp
View file @
9cae0553
...
...
@@ -126,7 +126,8 @@ QWidget *CommonOptionsPage::createPage(QWidget *parent)
m_group
.
insert
(
debuggerCore
()
->
action
(
VerboseLog
),
0
);
m_group
.
insert
(
debuggerCore
()
->
action
(
BreakOnThrow
),
0
);
m_group
.
insert
(
debuggerCore
()
->
action
(
BreakOnCatch
),
0
);
m_group
.
insert
(
debuggerCore
()
->
action
(
QtSourcesLocation
),
0
);
m_group
.
insert
(
debuggerCore
()
->
action
(
QtSourcesLocation
),
m_ui
.
qtSourcesChooser
);
#ifdef Q_OS_WIN
Utils
::
SavedAction
*
registerAction
=
debuggerCore
()
->
action
(
RegisterForPostMortem
);
m_group
.
insert
(
registerAction
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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