UDP Server is started

This commit is contained in:
Ollo
2023-08-14 13:53:34 +02:00
parent 3aace88c0b
commit 488a8ed5dd
4 changed files with 11 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
#define MAINWINDOW_H
#include <QMainWindow>
#include "udpserver.h"
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
@@ -17,5 +18,6 @@ public:
private:
Ui::MainWindow *ui;
UdpLedServer *server;
};
#endif // MAINWINDOW_H