diff options
author | Lorn Potter <lorn.potter@nokia.com> | 2010-08-24 03:49:31 (GMT) |
---|---|---|
committer | Lorn Potter <lorn.potter@nokia.com> | 2010-08-24 03:49:31 (GMT) |
commit | e566660e222ea194c97c19c26dcb69b5d29ea90c (patch) | |
tree | b0dede7a257a3824675a022a39a41c68144623a2 /src/plugins/bearer/connman/qconnmanengine.h | |
parent | e645157a5dcf702df21b566441a56753eaefe6c4 (diff) | |
download | Qt-e566660e222ea194c97c19c26dcb69b5d29ea90c.zip Qt-e566660e222ea194c97c19c26dcb69b5d29ea90c.tar.gz Qt-e566660e222ea194c97c19c26dcb69b5d29ea90c.tar.bz2 |
add ofono support and fix crashes
ofono support is needed to know what kind of cellular networks are
available.
Diffstat (limited to 'src/plugins/bearer/connman/qconnmanengine.h')
-rw-r--r-- | src/plugins/bearer/connman/qconnmanengine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/bearer/connman/qconnmanengine.h b/src/plugins/bearer/connman/qconnmanengine.h index 2ee6da5..569bbc7 100644 --- a/src/plugins/bearer/connman/qconnmanengine.h +++ b/src/plugins/bearer/connman/qconnmanengine.h @@ -137,7 +137,8 @@ private: QMap<QString,QStringList> deviceMap; //tech path, device path QMap<QString, QString> serviceNetworks; //service, network - + QNetworkConfiguration::BearerType ofonoTechToBearerType(const QString &type); + bool isRoamingAllowed(const QString &context); protected: bool requiresPolling() const; QConnmanConnectThread *connThread; |