fixed compilation for Qt5.5 in OSX

This commit is contained in:
Luis Ángel San Martín
2015-07-18 10:54:14 +02:00
commit 3ed6d78f75
935 changed files with 81053 additions and 0 deletions

View File

@ -0,0 +1,19 @@
#ifndef YACREADER_FLOW_CONFIG_WIDGET_H
#define YACREADER_FLOW_CONFIG_WIDGET_H
#include <QWidget>
class QRadioButton;
class YACReaderFlowConfigWidget : public QWidget
{
Q_OBJECT
public:
QRadioButton *radio1;
QRadioButton *radio2;
QRadioButton *radio3;
YACReaderFlowConfigWidget(QWidget * parent = 0);
};
#endif // YACREADER_FLOW_CONFIG_WIDGET_H