summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/connman/qconnmanengine.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-08-24 03:49:31 (GMT)
committerLorn Potter <lorn.potter@nokia.com>2010-08-24 03:49:31 (GMT)
commite566660e222ea194c97c19c26dcb69b5d29ea90c (patch)
treeb0dede7a257a3824675a022a39a41c68144623a2 /src/plugins/bearer/connman/qconnmanengine.h
parente645157a5dcf702df21b566441a56753eaefe6c4 (diff)
downloadQt-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.h3
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;