From 1bc385bd662d4e8243aa15395fa56bc5076817b0 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 15 Jul 2024 12:30:21 +0200 Subject: [PATCH] Debugger: Compile fix Change-Id: If2b2286d9c5d444022b748f6c32319fb60d1c1aa Reviewed-by: hjk --- src/plugins/debugger/debuggertooltipmanager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/debugger/debuggertooltipmanager.h b/src/plugins/debugger/debuggertooltipmanager.h index c6d000d715d..a3b9f8c3a68 100644 --- a/src/plugins/debugger/debuggertooltipmanager.h +++ b/src/plugins/debugger/debuggertooltipmanager.h @@ -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;