![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldebugserver_p.h>
Inheritance diagram for QQmlDebugServer:
Collaboration diagram for QQmlDebugServer:Public Member Functions | |
| ~QQmlDebugServer () override | |
| virtual void | setDevice (QIODevice *socket)=0 |
Public Member Functions inherited from QQmlDebugConnector | |
| bool | hasEngine (QJSEngine *) const |
| void | addEngine (QJSEngine *) |
| void | removeEngine (QJSEngine *) |
| bool | open (const QVariantHash &configuration=QVariantHash()) |
Additional Inherited Members | |
Static Public Member Functions inherited from QQmlDebugConnector | |
| static QQmlDebugConnector * | instance () |
| template<class Service > | |
| static Service * | service () |
Definition at line 25 of file qqmldebugserver_p.h.
|
overridedefault |
Implemented in QQmlDebugServerImpl.