forked from qt-creator/qt-creator
Utils: Rename FilePathList to simply FilePaths
The exact storage type does not really matter here. Change-Id: Iefec40f0f5909c8e7ba3415db4a11962694e1b38 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -446,7 +446,7 @@ void AbstractProcessStep::taskAdded(const Task &task, int linkedOutputLines, int
|
||||
while (filePath.startsWith("../"))
|
||||
filePath.remove(0, 3);
|
||||
bool found = false;
|
||||
const Utils::FilePathList candidates
|
||||
const Utils::FilePaths candidates
|
||||
= d->m_fileFinder.findFile(QUrl::fromLocalFile(filePath), &found);
|
||||
if (found && candidates.size() == 1)
|
||||
editable.file = candidates.first();
|
||||
|
||||
Reference in New Issue
Block a user