20 #ifndef CONNECTIVITY_NETWORKING_STATUS_H
21 #define CONNECTIVITY_NETWORKING_STATUS_H
24 #include <QScopedPointer>
28 namespace connectivity {
58 Q_PROPERTY(QVector<Limitations> limitations
60 NOTIFY limitationsChanged)
105 QVector<Limitations> limitations()
const;
108 Status status()
const;
112 void limitationsChanged();
115 void statusChanged(Status value);
119 QScopedPointer<Private> d;
126 Q_DECLARE_METATYPE(QVector<
ubuntu::connectivity::NetworkingStatus::Limitations>)
127 Q_DECLARE_METATYPE(
ubuntu::connectivity::NetworkingStatus::Status)
129 #endif // CONNECTIVITY_NETWORKING_STATUS_H
Overall system networking status.
Status
enum for networking status
Limitations
enum for networking limitations