forked from qt-creator/qt-creator
Debugger: Fold GdbToolTipContext into DebuggerToolTipIndex
Change-Id: Iee9201daa8d42ee4231895b1c78387acbc7caaac Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user