forked from qt-creator/qt-creator
CDB: Fix location marker not shown at first breakpoint in file.
Return value glitch in file name normalization.
This commit is contained in:
@@ -311,7 +311,7 @@ QString CDBBreakPoint::normalizeFileName(const QString &f)
|
||||
if (normalizedName.size() > 2 && normalizedName.at(1) == QLatin1Char(':'))
|
||||
normalizedName[0] = normalizedName.at(0).toUpper();
|
||||
normalizedFileNameCache()->insert(f, normalizedName);
|
||||
return f;
|
||||
return normalizedName;
|
||||
}
|
||||
|
||||
void CDBBreakPoint::clearNormalizeFileNameCache()
|
||||
|
Reference in New Issue
Block a user