1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00
vcmi/mapeditor/radiopushbutton.h

13 lines
182 B
C
Raw Normal View History

2022-09-01 03:51:29 +02:00
#ifndef RADIOPUSHBUTTON_H
#define RADIOPUSHBUTTON_H
#include <QPushButton>
class RadioPushButton : public QPushButton
{
public:
RadioPushButton();
};
#endif // RADIOPUSHBUTTON_H