Fixes: Tooltips for hover help didn't show up anymore.

Reviewed-by: Thorbjørn
This commit is contained in:
con
2010-03-23 18:12:03 +01:00
parent 0ca5a5f5a4
commit 6bd7a5a17d
6 changed files with 22 additions and 29 deletions

View File

@@ -87,9 +87,6 @@ struct DebuggerUISwitcherPrivate {
QStackedWidget *m_toolbarStack;
Internal::DebuggerMainWindow *m_mainWindow;
// main debugger context
QList<int> m_debuggercontext;
// global context
QList<int> m_globalContext;
@@ -147,7 +144,6 @@ DebuggerUISwitcher::DebuggerUISwitcher(Core::BaseMode *mode, QObject* parent) :
d->m_languageActionGroup->setExclusive(true);
d->m_debuggercontext << core->uniqueIDManager()->uniqueIdentifier(Debugger::Constants::C_BASEDEBUGGER);
d->m_globalContext << Core::Constants::C_GLOBAL_ID;
DebuggerUISwitcherPrivate::m_instance = this;