forked from qt-creator/qt-creator
Utils: Hide some uses of FilePath::rawPath()
This basically inlines the current rawPath() implementation on the user code side, keeping behavior the same. Baby steps towards the originally intended swap of rawPath() and rawFilePath() implementations. Change-Id: Ib61887bfdc4485a17856c0dbc7c7c5dba7c3e0e3 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -334,7 +334,7 @@ QString DebuggerSourcePathMappingWidget::editSourceField() const
|
||||
|
||||
QString DebuggerSourcePathMappingWidget::editTargetField() const
|
||||
{
|
||||
return m_targetChooser->rawPath();
|
||||
return m_targetChooser->rawFilePath().toString();
|
||||
}
|
||||
|
||||
void DebuggerSourcePathMappingWidget::setEditFieldMapping(const Mapping &m)
|
||||
|
||||
Reference in New Issue
Block a user