summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorQt CI Bot <qt_ci_bot@qt-project.org>2021-04-12 15:19:40 +0000
committerQt CI Bot <qt_ci_bot@qt-project.org>2021-04-12 15:19:40 +0000
commit6a17a8ba84cb650a88e61669ff71a072fa16f237 (patch)
tree576f25940dcf0ea8dae97eedd09e9c0bcd022b00 /src/network/kernel
parent6d624ab01a1cc5ef633436ca77d440c4be4b1a49 (diff)
parent5a60657363a860520215e4740c80b03ecf1f7e78 (diff)
Merge integration refs/builds/qtci/dev/1618228407
Diffstat (limited to 'src/network/kernel')
-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 bc71b37c64..658e152491 100644
--- a/src/network/kernel/qnetworkinformation.h
+++ b/src/network/kernel/qnetworkinformation.h
@@ -76,7 +76,7 @@ public:
QString backendName() const;
- virtual bool supports(Features features) const;
+ bool supports(Features features) const;
static bool load(QStringView backend = {});
static bool load(Features features);