#ifndef PYTHONQTWRAPPER_QTCPSOCKET_H #define PYTHONQTWRAPPER_QTCPSOCKET_H #include #include #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QTcpSocket : public QObject { Q_OBJECT public: public slots: QTcpSocket* new_QTcpSocket(QObject* parent = 0); void delete_QTcpSocket(QTcpSocket* obj) { delete obj; } }; #endif // PYTHONQTWRAPPER_QTCPSOCKET_H