32class Q_DECL_EXPORT
Modem :
public QObject
39 Modem(
const QDBusObjectPath& path,
40 const QDBusConnection& connection,
41 SimsListModel::SPtr sims,
46 Q_PROPERTY(QDBusObjectPath path READ path)
47 QDBusObjectPath path()
const;
49 Q_PROPERTY(QString serial READ serial)
50 QString serial()
const;
52 Q_PROPERTY(
int index READ index CONSTANT)
65 std::shared_ptr<Priv>
d;