修正大量demo

This commit is contained in:
feiyangqingyun
2021-03-08 09:09:41 +08:00
parent 23a32e6d32
commit 66bf680fcb
2 changed files with 5 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
frmNtpClient::frmNtpClient(QWidget *parent) : QWidget(parent), ui(new Ui::frmNtpClient)
{
ui->setupUi(this);
ui->txtNtpIP->setText("ntp1.aliyun.com");
connect(NtpClient::Instance(), SIGNAL(receiveTime(QDateTime)), this, SLOT(receiveTime(QDateTime)));
}