You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
264 B

#include "security802_1xtab.h"
#include "ui_security802_1xtab.h"
Security802_1xTab::Security802_1xTab(QWidget *parent) :
QDialog(parent),
ui(new Ui::Security802_1xTab)
{
ui->setupUi(this);
}
Security802_1xTab::~Security802_1xTab()
{
delete ui;
}