summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2018-10-25 18:13:06 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2018-10-26 10:27:04 +0000
commitdf590e2cceaa29ce21b104a5872397c8c1a9e602 (patch)
tree54bb18b376b237195502f8b0be7cee710df4695d
parent127d46999676ec672d861e6ac5f8dfc06c812208 (diff)
Fix the name of the proxy URL property
Change-Id: I363a3c8ca08e4dbcd8f37d3eb402dbd5e46de476 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
-rw-r--r--src/networksettings/connman/qnetworksettingsservice_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networksettings/connman/qnetworksettingsservice_p.cpp b/src/networksettings/connman/qnetworksettingsservice_p.cpp
index 3ac8a67..d6a1c69 100644
--- a/src/networksettings/connman/qnetworksettingsservice_p.cpp
+++ b/src/networksettings/connman/qnetworksettingsservice_p.cpp
@@ -49,7 +49,7 @@ const QString PropertyGateway(QStringLiteral("Gateway"));
const QString PropertyPrefixLength(QStringLiteral("PrefixLength"));
const QString PropertyMethod(QStringLiteral("Method"));
const QString PropertyPrivacy(QStringLiteral("Privacy"));
-const QString PropertyUrl(QStringLiteral("Url"));
+const QString PropertyUrl(QStringLiteral("URL"));
const QString PropertyServers(QStringLiteral("Servers"));
const QString PropertyExcludes(QStringLiteral("Excludes"));
const QString PropertyStrength(QStringLiteral("Strength"));