Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobias Hunger
qt-creator
Commits
b410ddc4
Commit
b410ddc4
authored
Jul 10, 2009
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugger: hopefully _finally_ fix the "vanishing helper checkmark" problem
parent
b41e1616
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/plugins/debugger/debuggerplugin.cpp
src/plugins/debugger/debuggerplugin.cpp
+4
-2
No files found.
src/plugins/debugger/debuggerplugin.cpp
View file @
b410ddc4
...
...
@@ -355,17 +355,19 @@ QWidget *DebuggingHelperOptionPage::createPage(QWidget *parent)
this
,
SLOT
(
updateState
()));
m_group
.
clear
();
#ifdef QT_DEBUG
m_group
.
insert
(
theDebuggerAction
(
UseDebuggingHelpers
),
m_ui
.
checkBoxUseDebuggingHelpers
);
#endif
m_group
.
insert
(
theDebuggerAction
(
UseCustomDebuggingHelperLocation
),
m_ui
.
checkBoxUseCustomDebuggingHelperLocation
);
m_group
.
insert
(
theDebuggerAction
(
CustomDebuggingHelperLocation
),
m_ui
.
dumperLocationChooser
);
#ifdef QT_DEBUG
m_group
.
insert
(
theDebuggerAction
(
DebugDebuggingHelpers
),
m_ui
.
checkBoxDebugDebuggingHelpers
);
#else
m_ui
.
checkBoxDebugDebuggingHelpers
->
hide
();
#endif
m_ui
.
dumperLocationChooser
->
setEnabled
(
theDebuggerAction
(
UseCustomDebuggingHelperLocation
)
->
value
().
toBool
());
...
...
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