| 
				
			 | 
			
			
				
				@@ -11085,7 +11085,7 @@ foreach(int c, temperatureColumns.keys())@/ 
			 | 
		
		
	
		
			
			| 
				11085
			 | 
			
				11085
			 | 
			
			
				
				 		xmlout.writeAttribute("series", temperatureColumns.value(c)); 
			 | 
		
		
	
		
			
			| 
				11086
			 | 
			
				11086
			 | 
			
			
				
				 		if(data->data(data->index(i, c), Qt::UserRole).toMap().contains("relative")) 
			 | 
		
		
	
		
			
			| 
				11087
			 | 
			
				11087
			 | 
			
			
				
				 		{ 
			 | 
		
		
	
		
			
			| 
				11088
			 | 
			
				
			 | 
			
			
				
				-			if(data->data(data->index(i, c), Qt::UserRole).toMap().value("relative").toBool() == true) 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				11088
			 | 
			
			
				
				+			if(data->data(data->index(i, c), Qt::UserRole).toMap().value("relative").toBool()) 
			 | 
		
		
	
		
			
			| 
				11089
			 | 
			
				11089
			 | 
			
			
				
				 			{ 
			 | 
		
		
	
		
			
			| 
				11090
			 | 
			
				11090
			 | 
			
			
				
				 				xmlout.writeAttribute("relative", "true"); 
			 | 
		
		
	
		
			
			| 
				11091
			 | 
			
				11091
			 | 
			
			
				
				 			} 
			 |