4#ifndef QQMLDEBUGCLIENT_P_H
5#define QQMLDEBUGCLIENT_P_H
7#include <QtCore/qobject.h>
8#include <QtCore/private/qglobal_p.h>
23class 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.