1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/examples/qqtudpexample/cedianudpserver.h

20 lines
319 B
C
Raw Normal View History

#ifndef CEDIANUDPSERVER_H
#define CEDIANUDPSERVER_H
2018-04-22 13:03:28 +08:00
#include <qqtudpclient.h>
#include <qqtcore.h>
2018-04-22 13:03:28 +08:00
class CedianUdpServer : public QQtUdpClient
{
Q_OBJECT
public:
explicit CedianUdpServer ( QObject* parent = nullptr );
virtual ~CedianUdpServer() {}
signals:
public slots:
};
#endif // CEDIANUDPSERVER_H