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

update qqt socket udp server

This commit is contained in:
tianduanrui 2018-01-11 09:49:30 +08:00
parent 1ae9ed6cfd
commit baa392c778

View File

@ -9,6 +9,7 @@ class QQtSocketUdpServer : public QUdpSocket
Q_OBJECT
public:
explicit QQtSocketUdpServer ( QObject* parent = nullptr );
virtual ~QQtSocketUdpServer() {}
signals: