17 #ifndef CONNECTIVITY_H
18 #define CONNECTIVITY_H
22 class Connectivity :
public QObject
25 Q_DISABLE_COPY(Connectivity)
28 explicit Connectivity(QObject *parent = 0);
29 ~Connectivity() = default;
31 Q_INVOKABLE
void unlockAllModems();
34 #endif // CONNECTIVITY_H