forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			101 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			101 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								// Copyright header
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#ifndef FOO_H
							 | 
						||
| 
								 | 
							
								#define FOO_H
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class Foo
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								public:
							 | 
						||
| 
								 | 
							
								    Foo();
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif // FOO_H
							 |