Clang: Fix return type

Change-Id: I6d97968c2aebe74c84cbd6cb56dfbbc743b0753d
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Nikolai Kosjar
2019-01-24 13:23:09 +01:00
parent c96b707cfb
commit 65b0b99988

View File

@@ -556,7 +556,7 @@ private:
return leftLevel < rightLevel; return leftLevel < rightLevel;
} }
static bool adaptLevel(int level) static int adaptLevel(int level)
{ {
if (level == -1) // "Manual Level" if (level == -1) // "Manual Level"
return 1000; return 1000;