99 #if defined(QTCPSOCKET_DEBUG) 100 qDebug(
"QTcpSocket::QTcpSocket()");
102 d_func()->isBuffered =
true;
113 #if defined(QTCPSOCKET_DEBUG) 114 qDebug(
"QTcpSocket::~QTcpSocket()");
124 d_func()->isBuffered =
true;
#define QT_END_NAMESPACE
This macro expands to.
virtual ~QTcpSocket()
Destroys the socket, closing the connection if necessary.
QTcpSocket(QObject *parent=0)
Creates a QTcpSocket object in state UnconnectedState.
The QObject class is the base class of all Qt objects.
Q_CORE_EXPORT void qDebug(const char *,...)
#define QT_BEGIN_NAMESPACE
This macro expands to.
QObject * parent() const
Returns a pointer to the parent object.
The QAbstractSocket class provides the base functionality common to all socket types.