mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
7 lines
118 B
C++
7 lines
118 B
C++
|
#include "qqtwebsocketserver.h"
|
||
|
|
||
|
QQtWebSocketServer::QQtWebSocketServer ( QObject* parent ) : QObject ( parent )
|
||
|
{
|
||
|
|
||
|
}
|