qt-material-widgets/components/qtmaterialradiobutton_p.h

21 lines
514 B
C
Raw Normal View History

2017-09-29 14:26:27 +00:00
#ifndef QTMATERIALRADIOBUTTON_P_H
#define QTMATERIALRADIOBUTTON_P_H
2022-07-15 06:05:50 +00:00
#include "materiallib/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();
2022-07-15 05:54:20 +00:00
QtMaterialRadioButton *const q_ptr;
2017-09-29 14:26:27 +00:00
void init();
};
2022-07-05 07:49:55 +00:00
#endif // QTMATERIALRADIOBUTTON_P_H