mirror of
				https://github.com/YACReader/yacreader
				synced 2025-11-03 16:54:39 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef ONSTART_FLOW_SELECTION_DIALOG_H
 | 
						|
#define ONSTART_FLOW_SELECTION_DIALOG_H
 | 
						|
 | 
						|
#include <QDialog>
 | 
						|
 | 
						|
class OnStartFlowSelectionDialog : public QDialog
 | 
						|
{
 | 
						|
	Q_OBJECT
 | 
						|
public:
 | 
						|
	OnStartFlowSelectionDialog(QWidget * parent = 0);
 | 
						|
};
 | 
						|
 | 
						|
#endif |