Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmldebugconnection.cpp File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#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