atrooney-online-2/aobutton.h
David Skoland ca732f27a1 -
2017-01-01 16:14:29 +01:00

18 lines
226 B
C++

#ifndef AOBUTTON_H
#define AOBUTTON_H
#include <QPushButton>
class AOButton : public QPushButton
{
Q_OBJECT
public:
AOButton(QWidget *parent);
~AOButton();
void set_image(QString p_image);
};
#endif // AOBUTTON_H