9 lines
134 B
C++
9 lines
134 B
C++
|
#include "mypushbutton.h"
|
||
|
|
||
|
MyPushButton::MyPushButton(QWidget *parent) :
|
||
|
QPushButton(parent)
|
||
|
{}
|
||
|
|
||
|
MyPushButton::~MyPushButton()
|
||
|
{}
|