9#ifndef BLUEZQT_MEDIATRANSPORT_H
10#define BLUEZQT_MEDIATRANSPORT_H
14#include "bluezqt_export.h"
15#include "mediatypes.h"
16#include "tpendingcall.h"
32 Q_PROPERTY(
State state READ state NOTIFY stateChanged)
33 Q_PROPERTY(quint16 volume READ volume NOTIFY volumeChanged)
120 BLUEZQT_NO_EXPORT
explicit MediaTransport(
const QString &path,
const QVariantMap &properties);
122 class MediaTransportPrivate *
const d;
124 friend class MediaTransportPrivate;
125 friend class DevicePrivate;
Pending method call (template version).
Definition tpendingcall.h:34