forked from qt-creator/qt-creator
Debugger: Simplify DebuggerToolTipContext constructor
Change-Id: I3407a3f6e7d2ca7cdcd16256bc069933a42bfa8b Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user