summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/connman/qconnmanengine.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@jollamobile.com>2014-08-22 20:08:15 +1000
committerRobin Burchell <robin.burchell@viroteck.net>2014-08-23 16:35:12 +0200
commit38621713150b663355ebeb799a5a50d8e39a3c38 (patch)
treef6412ad223d14a5ae64c7f323d4fe4a04047ca44 /src/plugins/bearer/connman/qconnmanengine.h
parent4a6772a587c8fe86f3f674a1d1164ad6659fbfca (diff)
remove always ask option.
Jolla removed the always ask option in the UI, which is the reason for all this code. Now, if mobile data is autoconnectable, whether roaming or home, it will be connected. Change-Id: I6a86315262e8c4c5551b2b2097389559096f14d5 Reviewed-by: Pasi Sjöholm <pasi.sjoholm@jolla.com> Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'src/plugins/bearer/connman/qconnmanengine.h')
-rw-r--r--src/plugins/bearer/connman/qconnmanengine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/bearer/connman/qconnmanengine.h b/src/plugins/bearer/connman/qconnmanengine.h
index 4a4e91659b..4d5495ae86 100644
--- a/src/plugins/bearer/connman/qconnmanengine.h
+++ b/src/plugins/bearer/connman/qconnmanengine.h
@@ -108,7 +108,6 @@ private Q_SLOTS:
void serviceStateChanged(const QString &state);
void configurationChange(QConnmanServiceInterface * service);
void reEvaluateCellular();
- void inotifyActivated();
private:
QConnmanManagerInterface *connmanManager;
@@ -134,12 +133,8 @@ private:
QNetworkConfiguration::BearerType ofonoTechToBearerType(const QString &type);
bool isRoamingAllowed(const QString &context);
- bool isAlwaysAskRoaming();
QMap <QString,QConnmanServiceInterface *> connmanServiceInterfaces;
- int inotifyWatcher;
- int inotifyFileDescriptor;
-
protected:
bool requiresPolling() const;
};