From f5599f3112202ad84ea493be347d7ba10a07cdee Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 10 Jan 2025 14:30:46 +0100 Subject: Debugger: Replace some uses of FilePath::toUrlishString() Change-Id: Iec777effda0b19b840b783606a01c804d42306a2 Reviewed-by: David Schulz --- src/plugins/debugger/cdb/cdbengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/cdb') diff --git a/src/plugins/debugger/cdb/cdbengine.cpp b/src/plugins/debugger/cdb/cdbengine.cpp index cd0dda11905..6f9f07ea47a 100644 --- a/src/plugins/debugger/cdb/cdbengine.cpp +++ b/src/plugins/debugger/cdb/cdbengine.cpp @@ -2465,7 +2465,7 @@ unsigned BreakpointCorrectionContext::fixLineNumber(const FilePath &filePath, } if (debug) qDebug("Code model: Breakpoint line %u -> %u in %s", - lineNumber, correctedLine, qPrintable(filePath.toUrlishString())); + lineNumber, correctedLine, qPrintable(filePath.toUserOutput())); return correctedLine; } -- cgit v1.2.3