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
Marco Bubke
flatpak-qt-creator
Commits
23358d8e
Commit
23358d8e
authored
Oct 01, 2009
by
hjk
Browse files
debugger: remove disassembler view location marker when cleaning up views
parent
94b6aeb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggeragents.cpp
View file @
23358d8e
...
...
@@ -201,6 +201,8 @@ DisassemblerViewAgent::~DisassemblerViewAgent()
void
DisassemblerViewAgent
::
cleanup
()
{
d
->
cache
.
clear
();
if
(
d
->
editor
)
d
->
editor
->
markableInterface
()
->
removeMark
(
d
->
locationMark
);
//if (d->editor)
// d->editor->deleteLater();
//d->editor = 0;
...
...
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