forked from qt-creator/qt-creator
Remove a few now-unnecessary cleanPath in conjunction with resolvePath
Change-Id: I05ee0116183a30e907fbd8e0b4faae9e6e58723d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1559,8 +1559,7 @@ FilePath FilePath::resolvePath(const FilePath &tail) const
|
||||
*/
|
||||
FilePath FilePath::resolvePath(const QString &tail) const
|
||||
{
|
||||
FilePath tailPath = FilePath::fromString(doCleanPath(tail));
|
||||
return resolvePath(tailPath);
|
||||
return resolvePath(FilePath::fromString(tail));
|
||||
}
|
||||
|
||||
// Cleans path part similar to QDir::cleanPath()
|
||||
|
||||
Reference in New Issue
Block a user