42 #ifndef QTCPSERVERCONNECTION_H 43 #define QTCPSERVERCONNECTION_H 45 #include <QtDeclarative/private/qdeclarativedebugserverconnection_p.h> 64 void setPort(
int port,
bool bock);
84 #endif // QTCPSERVERCONNECTION_H
#define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QObject class is the base class of all Qt objects.
void send(const QByteArray &message)
#define QT_BEGIN_NAMESPACE
This macro expands to.
void setServer(QDeclarativeDebugServer *server)
static QAuServer & server()
#define Q_INTERFACES(x)
This macro tells Qt which interfaces the class implements.
void setPort(int port, bool bock)
QTcpServerConnectionPrivate * d_ptr
#define Q_DECLARE_PRIVATE(Class)