22 #include <QDBusConnection> 23 #include <QDBusObjectPath> 26 #include <unity/util/DefinesPtrs.h> 32 class Q_DECL_EXPORT
Modem :
public QObject
37 UNITY_DEFINES_PTRS(
Modem);
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)
61 void simChanged(
Sim *sim);
65 std::shared_ptr<Priv>
d;
std::shared_ptr< Priv > d
Definition: modem.h:64
Definition: connectivity.cpp:36