Qt 4.8
Classes | Variables
qdeclarativedebugclient.cpp File Reference
#include "private/qdeclarativedebugclient_p.h"
#include "private/qpacketprotocol_p.h"
#include <QtCore/qdebug.h>
#include <QtCore/qstringlist.h>
#include <private/qobject_p.h>
#include <qdeclarativedebugclient.moc>

Go to the source code of this file.

Classes

class  QDeclarativeDebugClientPrivate
 
class  QDeclarativeDebugConnectionPrivate
 

Variables

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

Variable Documentation

◆ clientId

const QString clientId = QLatin1String("QDeclarativeDebugClient")

Definition at line 55 of file qdeclarativedebugclient.cpp.

Referenced by QLinuxFbScreen::deleteEntry().

◆ protocolVersion

const int protocolVersion = 1

◆ serverId

const QString serverId = QLatin1String("QDeclarativeDebugServer")

Definition at line 54 of file qdeclarativedebugclient.cpp.