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

@@ -4,12 +4,12 @@
#include <QAbstractItemModel>
#include <QUdpSocket>
class UdpServer : public QAbstractItemModel
class UdpLedServer : public QObject
{
Q_OBJECT
public:
explicit UdpServer(QObject *parent = nullptr);
explicit UdpLedServer (QObject *parent = nullptr);
private: