|  |  | @ -56,9 +56,9 @@ protected: | 
			
		
	
		
		
			
				
					
					|  |  |  |   void downloadFile(const QString &url); |  |  |  |   void downloadFile(const QString &url); | 
			
		
	
		
		
			
				
					
					|  |  |  |   QString localPath(const QUrl &url); |  |  |  |   QString localPath(const QUrl &url); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   bool loaded_ = false, valid_ = false; |  |  |  |   std::atomic<bool> loaded_ = false, valid_ = false; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |   std::atomic<bool> aborting_ = false; |  |  |  |   std::atomic<bool> aborting_ = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |   int downloading_ = 0; |  |  |  |   std::atomic<int> downloading_ = 0; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |   int seg_num_ = 0; |  |  |  |   int seg_num_ = 0; | 
			
		
	
		
		
			
				
					
					|  |  |  |   SegmentFile files_; |  |  |  |   SegmentFile files_; | 
			
		
	
		
		
			
				
					
					|  |  |  |   QString road_cam_path_; |  |  |  |   QString road_cam_path_; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |