|  |  | @@ -110,7 +110,7 @@ void DirectoryContentsList::refresh() | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | if (root.isDirectory()) | 
		
	
		
			
			|  |  |  | { | 
		
	
		
			
			|  |  |  | fileFindHandle = std::make_unique<RangedDirectoryIterator>(root, false, "*", fileTypeFlags); | 
		
	
		
			
			|  |  |  | fileFindHandle = std::make_unique<RangedDirectoryIterator> (root, false, "*", fileTypeFlags); | 
		
	
		
			
			|  |  |  | shouldStop = false; | 
		
	
		
			
			|  |  |  | isSearching = true; | 
		
	
		
			
			|  |  |  | thread.addTimeSliceClient (this); | 
		
	
	
		
			
				|  |  | @@ -222,6 +222,7 @@ bool DirectoryContentsList::checkNextFile (bool& hasChanged) | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | fileFindHandle = nullptr; | 
		
	
		
			
			|  |  |  | isSearching = false; | 
		
	
		
			
			|  |  |  |  | 
		
	
		
			
			|  |  |  | if (! wasEmpty && files.isEmpty()) | 
		
	
		
			
			|  |  |  | hasChanged = true; | 
		
	
	
		
			
				|  |  | 
 |