forked from qt-creator/qt-creator
Debugger: Rework editor tooltips handling
Fix expansion and updating. Persistence and non-locals are still lacking. Change-Id: I74e25199d50350516afc686a05836e239bfc8acb Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <debugger/disassembleragent.h>
|
||||
#include <debugger/memoryagent.h>
|
||||
#include <debugger/watchhandler.h>
|
||||
#include <debugger/debuggertooltipmanager.h>
|
||||
|
||||
#include <utils/consoleprocess.h>
|
||||
|
||||
@@ -217,7 +218,7 @@ private:
|
||||
QMap<QPointer<DisassemblerAgent>, int> m_disassemblerAgents;
|
||||
QMap<QPointer<MemoryAgent>, int> m_memoryAgents;
|
||||
QHash<int, QPointer<QObject> > m_memoryAgentTokens;
|
||||
QScopedPointer<DebuggerToolTipContext> m_toolTipContext;
|
||||
DebuggerToolTipContext m_toolTipContext;
|
||||
|
||||
void showToolTip();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user