forked from qt-creator/qt-creator
Utils: Adapt to change in FilePath
Change-Id: Ibd3c53c49390cbf77d8b0563bab7ddff216394c7 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1678,7 +1678,7 @@ FilePath FilePath::resolvePath(const FilePath &tail) const
|
|||||||
*/
|
*/
|
||||||
FilePath FilePath::resolvePath(const QString &tail) const
|
FilePath FilePath::resolvePath(const QString &tail) const
|
||||||
{
|
{
|
||||||
return resolvePath(FilePath::fromString(tail));
|
return resolvePath(FilePath::fromUserInput(tail));
|
||||||
}
|
}
|
||||||
|
|
||||||
expected_str<FilePath> FilePath::localSource() const
|
expected_str<FilePath> FilePath::localSource() const
|
||||||
|
Reference in New Issue
Block a user