5#ifndef QQMLDEBUGCLIENT_P_H
6#define QQMLDEBUGCLIENT_P_H
8#include <QtCore/qobject.h>
9#include <QtCore/private/qglobal_p.h>
24class QQmlDebugConnection;
QPointer< QQmlDebugConnection > connection
QQmlDebugClient(const QString &name, QQmlDebugConnection *parent)
virtual void messageReceived(const QByteArray &message)
float serviceVersion() const
QQmlDebugClient(QQmlDebugClientPrivate &dd)
void sendMessage(const QByteArray &message)
QQmlDebugConnection * connection() const
Combined button and popup list for selecting options.