forked from qt-creator/qt-creator
FileUtils: Adds toFilePathList function
Change-Id: Ie3137751135fdb6c3161cc886f307323fcce6b72 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -143,7 +143,7 @@ SuppressionAspect::~SuppressionAspect()
|
||||
|
||||
FilePaths SuppressionAspect::value() const
|
||||
{
|
||||
return Utils::transform(BaseAspect::value().toStringList(), &FilePath::fromString);
|
||||
return FileUtils::toFilePathList(BaseAspect::value().toStringList());
|
||||
}
|
||||
|
||||
void SuppressionAspect::setValue(const FilePaths &val)
|
||||
|
||||
Reference in New Issue
Block a user