mirror of
				https://github.com/YACReader/yacreader
				synced 2025-11-03 16:54:39 -05:00 
			
		
		
		
	Add .gitattributes rules for text and binary handling
This commit is contained in:
		@ -1,21 +1,21 @@
 | 
			
		||||
#ifndef YACREADER_FLOW_H
 | 
			
		||||
#define YACREADER_FLOW_H
 | 
			
		||||
 | 
			
		||||
#include "pictureflow.h"
 | 
			
		||||
 | 
			
		||||
class QMouseEvent;
 | 
			
		||||
 | 
			
		||||
class YACReaderFlow : public PictureFlow
 | 
			
		||||
{
 | 
			
		||||
Q_OBJECT
 | 
			
		||||
public:
 | 
			
		||||
	YACReaderFlow(QWidget * parent,FlowType flowType = CoverFlowLike);
 | 
			
		||||
 | 
			
		||||
	void mousePressEvent(QMouseEvent* event);
 | 
			
		||||
	void mouseDoubleClickEvent(QMouseEvent* event);
 | 
			
		||||
 | 
			
		||||
signals:
 | 
			
		||||
	void selected(unsigned int centerIndex);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#ifndef YACREADER_FLOW_H
 | 
			
		||||
#define YACREADER_FLOW_H
 | 
			
		||||
 | 
			
		||||
#include "pictureflow.h"
 | 
			
		||||
 | 
			
		||||
class QMouseEvent;
 | 
			
		||||
 | 
			
		||||
class YACReaderFlow : public PictureFlow
 | 
			
		||||
{
 | 
			
		||||
Q_OBJECT
 | 
			
		||||
public:
 | 
			
		||||
	YACReaderFlow(QWidget * parent,FlowType flowType = CoverFlowLike);
 | 
			
		||||
 | 
			
		||||
	void mousePressEvent(QMouseEvent* event);
 | 
			
		||||
	void mouseDoubleClickEvent(QMouseEvent* event);
 | 
			
		||||
 | 
			
		||||
signals:
 | 
			
		||||
	void selected(unsigned int centerIndex);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif // YACREADER_FLOW_H
 | 
			
		||||
		Reference in New Issue
	
	Block a user