fixed issue on udpstreamer trigger logic
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "qscopemainwindow.h"
|
||||
#include "./ui_qscopemainwindow.h"
|
||||
|
||||
QScopeMainWindow::QScopeMainWindow(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
, ui(new Ui::QScopeMainWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
QScopeMainWindow::~QScopeMainWindow()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
Reference in New Issue
Block a user