Debugger: Simplify DebuggerToolTipContext constructor

Change-Id: I3407a3f6e7d2ca7cdcd16256bc069933a42bfa8b
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
hjk
2024-07-15 11:44:08 +02:00
parent 4367737012
commit d8d36286b4
2 changed files with 6 additions and 11 deletions

View File

@@ -570,11 +570,6 @@ void DebuggerToolTipManagerPrivate::hideAllToolTips()
on restoring.
*/
DebuggerToolTipContext::DebuggerToolTipContext()
: position(0), line(0), column(0), scopeFromLine(0), scopeToLine(0), isCppEditor(true)
{
}
static bool filesMatch(const FilePath &file1, const FilePath &file2)
{
return file1.canonicalPath() == file2.canonicalPath();