summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/connman/qconnmanengine.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@jollamobile.com>2013-11-20 06:41:55 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-11 03:30:57 +0100
commitfa7451043e3e41690c292905866e3ddfe029f705 (patch)
tree16fa420172b878f5fd725e1e6fc69783e0bfd2f5 /src/plugins/bearer/connman/qconnmanengine.h
parent1db89eb5a4cbe98d8380410de3acc527fc53f911 (diff)
make 'AlwaysAsk' if found help determine whether the configuration is Discovered or not.
Since bearer has no idea about user interaction, we just do this, and make the roaming/always ask scenario unavailable. Change-Id: Id509a4d3346cdbb9367ddb465364c3500fc62fdf Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src/plugins/bearer/connman/qconnmanengine.h')
-rw-r--r--src/plugins/bearer/connman/qconnmanengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/bearer/connman/qconnmanengine.h b/src/plugins/bearer/connman/qconnmanengine.h
index c2a820997e..49a1a91d29 100644
--- a/src/plugins/bearer/connman/qconnmanengine.h
+++ b/src/plugins/bearer/connman/qconnmanengine.h
@@ -129,6 +129,7 @@ private:
QNetworkConfiguration::BearerType ofonoTechToBearerType(const QString &type);
bool isRoamingAllowed(const QString &context);
+ bool isAlwaysAskRoaming();
protected:
bool requiresPolling() const;
};