mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
fix
This commit is contained in:
parent
b2d917679f
commit
f1ff39f2be
@ -6,8 +6,6 @@
|
||||
|
||||
EditAnyTLS::EditAnyTLS(QWidget *parent) : QWidget(parent), ui(new Ui::EditAnyTLS) {
|
||||
ui->setupUi(this);
|
||||
ui->interval->setValidator(QRegExpValidator_Number);
|
||||
ui->timeout->setValidator(QRegExpValidator_Number);
|
||||
ui->min->setValidator(QRegExpValidator_Number);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user