mirror of
				https://github.com/python-LimeReport/LimeReport.git
				synced 2025-11-03 23:21:23 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			97 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			97 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef GLOBAL_H
 | 
						|
#define GLOBAL_H
 | 
						|
#include <QString>
 | 
						|
QString test = "ttttt";
 | 
						|
 | 
						|
#endif // GLOBAL_H
 |