forked from qt-creator/qt-creator
Utils: Rename FilePath::deviceLocalPath() to nativePath()
Change-Id: Id2b2b7d54a536d569c6dc717365ee28421e2b56b Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -490,7 +490,7 @@ QString FilePath::toUserOutput() const
|
||||
/// \returns a QString to pass to target system native commands, without the device prefix.
|
||||
/// Converts the separators to the native format of the system
|
||||
/// this path belongs to.
|
||||
QString FilePath::deviceLocalPath() const
|
||||
QString FilePath::nativePath() const
|
||||
{
|
||||
QString data = m_data;
|
||||
if (osType() == OsTypeWindows)
|
||||
|
||||
Reference in New Issue
Block a user