qt-material-widgets/components/qtmaterialradiobutton_p.h

21 lines
469 B
C
Raw Permalink Normal View History

2017-09-29 14:26:27 +00:00
#ifndef QTMATERIALRADIOBUTTON_P_H
#define QTMATERIALRADIOBUTTON_P_H
2017-09-29 14:50:04 +00:00
#include "lib/qtmaterialcheckable_p.h"
2017-09-29 14:26:27 +00:00
class QtMaterialRadioButton;
class QtMaterialRadioButtonPrivate : public QtMaterialCheckablePrivate
{
Q_DISABLE_COPY(QtMaterialRadioButtonPrivate)
Q_DECLARE_PUBLIC(QtMaterialRadioButton)
public:
QtMaterialRadioButtonPrivate(QtMaterialRadioButton *q);
~QtMaterialRadioButtonPrivate();
void init();
};
#endif // QTMATERIALRADIOBUTTON_P_H