mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 04:50:34 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			111 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			111 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| // -*- Mode: C++ -*-
 | |
| #ifndef GETFILE_H
 | |
| #define GETFILE_H
 | |
| #include <QDebug>
 | |
| 
 | |
| float gran();
 | |
| 
 | |
| #endif // GETFILE_H
 |