Debugger: Compile fix

Change-Id: If2b2286d9c5d444022b748f6c32319fb60d1c1aa
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2024-07-15 12:30:21 +02:00
parent d8d36286b4
commit 1bc385bd66

View File

@@ -15,7 +15,6 @@ class StackFrame;
class DebuggerToolTipContext
{
public:
DebuggerToolTipContext();
bool isValid() const { return !expression.isEmpty(); }
bool matchesFrame(const StackFrame &frame) const;
bool isSame(const DebuggerToolTipContext &other) const;