#include "PythonQtWrapper_QTcpSocket.h" #include #include #include #include #include #include #include #include #include QTcpSocket* PythonQtWrapper_QTcpSocket::new_QTcpSocket(QObject* parent) { return new QTcpSocket(parent); }