20 #ifndef CONNECTIVITY_NETWORKING_STATUS_H
21 #define CONNECTIVITY_NETWORKING_STATUS_H
24 #include <QScopedPointer>
28 namespace connectivity {
60 Q_PROPERTY(QVector<Limitations> limitations
62 NOTIFY limitationsChanged)
108 QVector<Limitations> limitations()
const;
112 Status status()
const;
125 QScopedPointer<Private> d;
132 Q_DECLARE_METATYPE(QVector<ubuntu::connectivity::NetworkingStatus::Limitations>)
135 #endif // CONNECTIVITY_NETWORKING_STATUS_H