forked from qt-creator/qt-creator
Utils: Add tst_filepath
Moves all tests that are applicable only to FilePath over from tst_fileutils. Change-Id: Ic331e1470a7479ee2f8ba38baec84124982a000a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -802,7 +802,7 @@ FilePath FileUtils::commonPath(const FilePath &oldCommonPath, const FilePath &fi
|
||||
|
||||
FilePath FileUtils::homePath()
|
||||
{
|
||||
return FilePath::fromString(doCleanPath(QDir::homePath()));
|
||||
return FilePath::fromUserInput(QDir::homePath());
|
||||
}
|
||||
|
||||
FilePaths FileUtils::toFilePathList(const QStringList &paths) {
|
||||
|
||||
Reference in New Issue
Block a user