Qt 4.8
|
#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") |
const QString clientId = QLatin1String("QDeclarativeDebugClient") |
Definition at line 55 of file qdeclarativedebugclient.cpp.
Referenced by QLinuxFbScreen::deleteEntry().
const int protocolVersion = 1 |
Definition at line 53 of file qdeclarativedebugclient.cpp.
Referenced by QDeclarativeDebugConnectionPrivate::connected(), and QDeclarativeDebugConnectionPrivate::readyRead().
const QString serverId = QLatin1String("QDeclarativeDebugServer") |
Definition at line 54 of file qdeclarativedebugclient.cpp.