forked from qt-creator/qt-creator
Clang: Rename JobRequest::Requirements to ExpirationsReasons
...to avoid ambiguity in regard to a new enum in a follow-up change. Change-Id: I4f732b5200ed674b6708510ac8de0a795afe52da Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -449,7 +449,7 @@ JobRequest JobQueue::createJobRequest(
|
||||
{
|
||||
JobRequest jobRequest;
|
||||
jobRequest.type = type;
|
||||
jobRequest.requirements = JobRequest::requirementsForType(type);
|
||||
jobRequest.expirationReasons = JobRequest::expirationReasonsForType(type);
|
||||
jobRequest.filePath = filePath;
|
||||
jobRequest.projectPartId = projectPartId;
|
||||
jobRequest.unsavedFilesChangeTimePoint = unsavedFiles.lastChangeTimePoint();
|
||||
|
||||
Reference in New Issue
Block a user