summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qnetworkinformation.h
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2021-04-12 11:42:03 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2021-04-12 13:21:17 +0200
commit5a60657363a860520215e4740c80b03ecf1f7e78 (patch)
treeedb1718d8b42e346c1bb2692549db4cc466c746c /src/network/kernel/qnetworkinformation.h
parentb69063232391baa2845feb923f92a0a44b364280 (diff)
QNetworkInformation: make supports(...) not virtual
Pick-to: 6.1 6.1.0 Change-Id: Ib8d27410e6baa495a7351a57c8c1c1b30a64eb26 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@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 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);