UnitTest: Add missing enum

Amends commit f009dad9ef.

Change-Id: I5288297525edc153c1aea81d2cabb1f230a8fcce
Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
Orgad Shaneh
2019-02-28 23:37:54 +02:00
committed by Orgad Shaneh
parent 6db2552868
commit 495f98b256

View File

@@ -1138,6 +1138,7 @@ const char* progressTypeToString(ClangBackEnd::ProgressType type)
case ProgressType::Invalid: return "Invalid";
case ProgressType::PrecompiledHeader: return "PrecompiledHeader";
case ProgressType::Indexing: return "Indexing";
case ProgressType::DependencyCreation: return "DependencyCreation";
}
return nullptr;