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
bca6dedb
Commit
bca6dedb
authored
Mar 18, 2010
by
Robert Loehning
Browse files
Removed unused SavedAction.
parent
272e7640
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggeractions.cpp
View file @
bca6dedb
...
...
@@ -369,7 +369,6 @@ DebuggerSettings *DebuggerSettings::instance()
item
->
setCheckable
(
true
);
item
->
setDefaultValue
(
false
);
instance
->
insertItem
(
UseAddressInBreakpointsView
,
item
);
item
=
new
SavedAction
(
instance
);
item
=
new
SavedAction
(
instance
);
item
->
setSettingsKey
(
debugModeGroup
,
QLatin1String
(
"UseAddressInStackView"
));
...
...
Write
Preview
Supports
Markdown
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