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

7 lines
147 B
C++
Raw Normal View History

#include "cedianudpserver.h"
#include <QNetworkDatagram>
CedianUdpServer::CedianUdpServer ( QObject* parent ) : QQtSocketUdpClient ( parent )
{
}