1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-18 17:40:48 +02:00
vcmi/mapeditor/radiopushbutton.h
2022-09-01 05:51:29 +04:00

13 lines
182 B
C++

#ifndef RADIOPUSHBUTTON_H
#define RADIOPUSHBUTTON_H
#include <QPushButton>
class RadioPushButton : public QPushButton
{
public:
RadioPushButton();
};
#endif // RADIOPUSHBUTTON_H