Debugger: Fold GdbToolTipContext into DebuggerToolTipIndex

Change-Id: Iee9201daa8d42ee4231895b1c78387acbc7caaac
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
hjk
2013-10-11 16:56:25 +02:00
committed by David Schulz
parent f50ffd614c
commit 1650aaae38
6 changed files with 37 additions and 60 deletions

View File

@@ -50,7 +50,6 @@ class DebugInfoTask;
class DebugInfoTaskHandler;
class GdbResponse;
class GdbMi;
class GdbToolTipContext;
class WatchData;
class DisassemblerAgentCookie;
@@ -655,7 +654,7 @@ protected:
static QByteArray tooltipIName(const QString &exp);
QString tooltipExpression() const;
QScopedPointer<GdbToolTipContext> m_toolTipContext;
QScopedPointer<DebuggerToolTipContext> m_toolTipContext;
// For short-circuiting stack and thread list evaluation.
bool m_stackNeeded;