X Tutup
#include "httpserver.h" #include HttpServer::HttpServer() : m_tcpServer(new QTcpServer) { }
X Tutup