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
9190fce7
Commit
9190fce7
authored
May 10, 2010
by
hjk
Browse files
debugger: close tooltip window when cleaning up views
parent
ce920cf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
9190fce7
...
...
@@ -29,16 +29,17 @@
#include "debuggermanager.h"
#include "debuggerplugin.h"
#include "debuggeractions.h"
#include "debuggeragents.h"
#include "debuggerrunner.h"
#include "debuggerconstants.h"
#include "idebuggerengine.h"
#include "debuggermainwindow.h"
#include "debuggerplugin.h"
#include "debuggerrunner.h"
#include "debuggerstringutils.h"
#include "
watchutils
.h"
#include "
debuggertooltip
.h"
#include "debuggeruiswitcher.h"
#include "debuggermainwindow.h"
#include "idebuggerengine.h"
#include "watchutils.h"
#include "breakwindow.h"
#include "debuggeroutputwindow.h"
...
...
@@ -504,8 +505,6 @@ void DebuggerManager::init()
d
->
m_outputWindow
,
SLOT
(
showOutput
(
int
,
QString
)),
Qt
::
QueuedConnection
);
// Tooltip
//QTreeView *tooltipView = qobject_cast<QTreeView *>(d->m_tooltipWindow);
//tooltipView->setModel(d->m_watchHandler->model(TooltipsWatch));
qRegisterMetaType
<
WatchData
>
(
"WatchData"
);
qRegisterMetaType
<
StackCookie
>
(
"StackCookie"
);
...
...
@@ -1147,6 +1146,7 @@ void DebuggerManager::cleanupViews()
d
->
m_sourceFilesWindow
->
removeAll
();
d
->
m_disassemblerViewAgent
.
cleanup
();
d
->
m_actions
.
reverseDirectionAction
->
setChecked
(
false
);
hideDebuggerToolTip
();
// FIXME: Move to plugin?
using
namespace
Core
;
...
...
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