mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 08:14:29 -04:00 
			
		
		
		
	Add .gitattributes rules for text and binary handling
This commit is contained in:
		| @ -1,23 +1,23 @@ | ||||
| #ifndef SERIES_QUESTION_H | ||||
| #define SERIES_QUESTION_H | ||||
|  | ||||
| #include <QWidget> | ||||
|  | ||||
| class QRadioButton; | ||||
|  | ||||
| class SeriesQuestion : public QWidget | ||||
| { | ||||
| 	Q_OBJECT | ||||
|  | ||||
| public: | ||||
| 	SeriesQuestion(QWidget * parent = 0); | ||||
| 	bool getYes(); | ||||
| 	void setYes(bool yes = true); | ||||
|  | ||||
| private: | ||||
| 	QRadioButton * yes; | ||||
| 	QRadioButton * no; | ||||
| }; | ||||
|  | ||||
|  | ||||
| #endif // SERIES_QUESTION_H | ||||
| #ifndef SERIES_QUESTION_H | ||||
| #define SERIES_QUESTION_H | ||||
|  | ||||
| #include <QWidget> | ||||
|  | ||||
| class QRadioButton; | ||||
|  | ||||
| class SeriesQuestion : public QWidget | ||||
| { | ||||
| 	Q_OBJECT | ||||
|  | ||||
| public: | ||||
| 	SeriesQuestion(QWidget * parent = 0); | ||||
| 	bool getYes(); | ||||
| 	void setYes(bool yes = true); | ||||
|  | ||||
| private: | ||||
| 	QRadioButton * yes; | ||||
| 	QRadioButton * no; | ||||
| }; | ||||
|  | ||||
|  | ||||
| #endif // SERIES_QUESTION_H | ||||
|  | ||||
		Reference in New Issue
	
	Block a user