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

9 lines
134 B
C++
Raw Normal View History

2021-10-26 09:24:05 +08:00
#include "mypushbutton.h"
MyPushButton::MyPushButton(QWidget *parent) :
QPushButton(parent)
{}
MyPushButton::~MyPushButton()
{}