atrooney-online-2/aobutton.h
David Skoland 05a48bd104 -
2017-01-01 16:14:25 +01:00

11 lines
124 B
C++

#ifndef AOBUTTON_H
#define AOBUTTON_H
class AOButton : public QPushButton
{
public:
AOButton();
};
#endif // AOBUTTON_H