forked from qt-creator/qt-creator
More FileName::appendPath() -> .pathAppended()
Change-Id: I403d34e4f52f758339c158efc7a11fd329e3e043 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -149,7 +149,7 @@ static bool parseTaskFile(QString *errorString, const FileName &name)
|
||||
file = QDir::fromNativeSeparators(file);
|
||||
QFileInfo fi(file);
|
||||
if (fi.isRelative())
|
||||
file = FileName(parentDir).appendPath(file).toString();
|
||||
file = parentDir.pathAppended(file).toString();
|
||||
}
|
||||
description = unescape(description);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user