summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qnetworkinformation.h
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2022-02-02 15:27:08 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2022-02-09 15:17:54 +0100
commit9ec94f31b0ffa64f2c331cd8459dfe5253f96a6b (patch)
tree9d108c0da69646e51257846f5a2ed1a34caf44e0 /src/network/kernel/qnetworkinformation.h
parentaf7e5c78d99826e5af04beed1c611495ca29a82f (diff)
QNetworkInformation: Rename parameter-less load() to loadDefaultBackend
To clarify its purpose and separate it from the others Pick-to: 6.3 Change-Id: Id9efcf474ac0cd8777393380bb85c83780454005 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/network/kernel/qnetworkinformation.h')
-rw-r--r--src/network/kernel/qnetworkinformation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qnetworkinformation.h b/src/network/kernel/qnetworkinformation.h
index 9b09fcee98..0c8093ed1c 100644
--- a/src/network/kernel/qnetworkinformation.h
+++ b/src/network/kernel/qnetworkinformation.h
@@ -100,7 +100,7 @@ public:
bool supports(Features features) const;
Features supportedFeatures() const;
- static bool load();
+ static bool loadDefaultBackend();
static bool load(QStringView backend);
static bool load(Features features);
static QStringList availableBackends();