summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2018-10-25 19:03:38 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2018-10-26 10:27:13 +0000
commitbbf0e42324667be2f364745877121cab768b5ede (patch)
tree820e6fd83703f45e8ce8f38361f34c3780882178
parent6e316ceadf15b4af01eb1f5db1a2a36eee5766cb (diff)
Fix the name of the proxy URL property
Change-Id: I070538b9e7cafd4a79128280c05ca2503a539858 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 ec53956..8b4a084 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"));