forked from qt-creator/qt-creator
Debugger: Adapt to change in FilePath
Change-Id: I947f7c22bd59e445c94784fc50f29f6b571aad5a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1600,7 +1600,7 @@ QString GdbEngine::cleanupFullName(const QString &fileName)
|
||||
}
|
||||
|
||||
cleanFilePath.clear();
|
||||
const QString base = FilePath::fromString(fileName).fileName();
|
||||
const QString base = FilePath::fromUserInput(fileName).fileName();
|
||||
|
||||
QMultiMap<QString, QString>::const_iterator jt = m_baseNameToFullName.constFind(base);
|
||||
while (jt != m_baseNameToFullName.constEnd() && jt.key() == base) {
|
||||
|
||||
Reference in New Issue
Block a user