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

11 lines
138 B
C++
Raw Normal View History

2021-10-26 09:24:05 +08:00
#include "mylineedit.h"
MyLineEdit::MyLineEdit(QWidget *parent /*= nullptr*/) :
QLineEdit(parent)
{}
MyLineEdit::~MyLineEdit()
{}