Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmldebugconnection.cpp File Reference
#include "qqmldebugconnection_p.h"
#include "qqmldebugclient_p.h"
#include <private/qpacketprotocol_p.h>
#include <private/qpacket_p.h>
#include <private/qobject_p.h>
#include <QtCore/qeventloop.h>
#include <QtCore/qtimer.h>
#include <QtCore/QHash>
#include <QtCore/qdatastream.h>
#include <QtNetwork/qlocalserver.h>
#include <QtNetwork/qlocalsocket.h>
#include <QtNetwork/qtcpsocket.h>
#include <qqmldebugconnection.moc>
#include "moc_qqmldebugconnection_p.cpp"
+ Include dependency graph for qqmldebugconnection.cpp:

Go to the source code of this file.

Classes

class  QQmlDebugConnectionPrivate
 
class  LocalSocketSignalTranslator
 

Variables

static QT_BEGIN_NAMESPACE const int protocolVersion = 1
 
static const QString serverId = QLatin1String("QDeclarativeDebugServer")
 
static const QString clientId = QLatin1String("QDeclarativeDebugClient")
 

Variable Documentation

◆ clientId

const QString clientId = QLatin1String("QDeclarativeDebugClient")
static

Definition at line 23 of file qqmldebugconnection.cpp.

◆ protocolVersion

QT_BEGIN_NAMESPACE const int protocolVersion = 1
static

Definition at line 21 of file qqmldebugconnection.cpp.

◆ serverId

const QString serverId = QLatin1String("QDeclarativeDebugServer")
static