yhkylin-backup-tools/kybackup/component/mypushbutton.cpp

9 lines
134 B
C++

#include "mypushbutton.h"
MyPushButton::MyPushButton(QWidget *parent) :
QPushButton(parent)
{}
MyPushButton::~MyPushButton()
{}