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

20 lines
319 B
C++

#ifndef CEDIANUDPSERVER_H
#define CEDIANUDPSERVER_H
#include <qqtudpclient.h>
#include <qqtcore.h>
class CedianUdpServer : public QQtUdpClient
{
Q_OBJECT
public:
explicit CedianUdpServer ( QObject* parent = nullptr );
virtual ~CedianUdpServer() {}
signals:
public slots:
};
#endif // CEDIANUDPSERVER_H