forked from qt-creator/qt-creator
Debugger: Compile fix
Change-Id: If2b2286d9c5d444022b748f6c32319fb60d1c1aa Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -15,7 +15,6 @@ class StackFrame;
|
|||||||
class DebuggerToolTipContext
|
class DebuggerToolTipContext
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DebuggerToolTipContext();
|
|
||||||
bool isValid() const { return !expression.isEmpty(); }
|
bool isValid() const { return !expression.isEmpty(); }
|
||||||
bool matchesFrame(const StackFrame &frame) const;
|
bool matchesFrame(const StackFrame &frame) const;
|
||||||
bool isSame(const DebuggerToolTipContext &other) const;
|
bool isSame(const DebuggerToolTipContext &other) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user