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
qqmldebugserverfactory.cpp File Reference

(2f727c892bf9abc200bb4d9ed71448a8a6427b2e)

#include "qqmldebugserverfactory.h"
#include <private/qqmldebugserver_p.h>
#include <private/qqmldebugserverconnection_p.h>
#include <private/qqmldebugservice_p.h>
#include <private/qjsengine_p.h>
#include <private/qqmlglobal_p.h>
#include <private/qqmldebugpluginmanager_p.h>
#include <private/qqmldebugserviceinterfaces_p.h>
#include <private/qpacketprotocol_p.h>
#include <private/qversionedpacket_p.h>
#include <QtCore/QAtomicInt>
#include <QtCore/QDir>
#include <QtCore/QPluginLoader>
#include <QtCore/QStringList>
#include <QtCore/QVector>
#include <QtCore/qwaitcondition.h>
#include "moc_qqmldebugserverfactory.cpp"
#include "qqmldebugserverfactory.moc"
+ Include dependency graph for qqmldebugserverfactory.cpp:

Go to the source code of this file.

Classes

class  QQmlDebugServerThread
 
class  QQmlDebugServerImpl
 

Typedefs

using QQmlDebugPacket = QVersionedPacket<QQmlDebugConnector>
 

Functions

static void cleanupOnShutdown ()
 

Variables

QT_BEGIN_NAMESPACE const int protocolVersion = 1
 

Typedef Documentation

◆ QQmlDebugPacket

Function Documentation

◆ cleanupOnShutdown()

static void cleanupOnShutdown ( )
static

Definition at line 232 of file qqmldebugserverfactory.cpp.

References QQmlDebugServerImpl::cleanup().

Referenced by QQmlDebugServerImpl::QQmlDebugServerImpl().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ protocolVersion

QT_BEGIN_NAMESPACE const int protocolVersion = 1

Definition at line 49 of file qqmldebugserverfactory.cpp.