mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			160 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			160 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#ifndef TESTPROFILE_H
							 | 
						||
| 
								 | 
							
								#define TESTPROFILE_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include <QtTest>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class TestProfile : public QObject{
							 | 
						||
| 
								 | 
							
									Q_OBJECT
							 | 
						||
| 
								 | 
							
								private slots:
							 | 
						||
| 
								 | 
							
									void testRedCeiling();
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif
							 |