10#define BLUEZQT_INPUT_H
14#include "bluezqt_export.h"
26class BLUEZQT_EXPORT
Input :
public QObject
29 Q_PROPERTY(
ReconnectMode reconnectMode READ reconnectMode NOTIFY reconnectModeChanged)
71 BLUEZQT_NO_EXPORT
explicit Input(
const QString &path,
const QVariantMap &properties);
73 class InputPrivate *
const d;
75 friend class InputPrivate;
76 friend class DevicePrivate;