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:
Nikolai Kosjar
2017-06-01 16:18:58 +02:00
parent e8ce2e62d2
commit de5cbacae5
7 changed files with 34 additions and 31 deletions

View File

@@ -60,8 +60,8 @@ private:
bool isJobRunningForTranslationUnit(const Utf8String &translationUnitId);
bool isJobRunningForJobRequest(const JobRequest &jobRequest);
JobRequests takeJobRequestsToRunNow();
void removeOutDatedRequests();
bool isJobRequestOutDated(const JobRequest &jobRequest) const;
void removeExpiredRequests();
bool isJobRequestExpired(const JobRequest &jobRequest) const;
private:
Documents &m_documents;