Newer
Older
ZXSSCJ / DeviceHub / KeyTimeSynchForm.cpp
tan yue on 24 Nov 2021 257 bytes 20211124 freq replicator on page
#include "KeyTimeSynchForm.h"
#include "ui_KeyTimeSynchForm.h"

KeyTimeSynchForm::KeyTimeSynchForm(QWidget *parent) :
    QWidget(parent),
    ui(new Ui::KeyTimeSynchForm)
{
    ui->setupUi(this);
}

KeyTimeSynchForm::~KeyTimeSynchForm()
{
    delete ui;
}