forked from qt-creator/qt-creator
		
	Clang: Fix return type
Change-Id: I6d97968c2aebe74c84cbd6cb56dfbbc743b0753d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
		@@ -556,7 +556,7 @@ private:
 | 
			
		||||
        return leftLevel < rightLevel;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    static bool adaptLevel(int level)
 | 
			
		||||
    static int adaptLevel(int level)
 | 
			
		||||
    {
 | 
			
		||||
        if (level == -1) // "Manual Level"
 | 
			
		||||
            return 1000;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user