summaryrefslogtreecommitdiff
path: root/src/webengine/testsupport/plugin.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-08-31 10:20:42 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-09-07 17:13:39 +0200
commit45793228dc9cad1769b63e32a2d227f8ed0e604c (patch)
treee090280cd7e9ea83e79066c23766881d3dd242de /src/webengine/testsupport/plugin.cpp
parentc4a4a38062ba04b0986f53a0e307c60cf97e6fb8 (diff)
parent4444cae6e06c45e8f1f3d8702abde655f6175ba9 (diff)
downloadqtwebengine-45793228dc9cad1769b63e32a2d227f8ed0e604c.tar.gz
Merge "Merge remote-tracking branch 'origin/5.15' into dev"
Diffstat (limited to 'src/webengine/testsupport/plugin.cpp')
-rw-r--r--src/webengine/testsupport/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/testsupport/plugin.cpp b/src/webengine/testsupport/plugin.cpp
index 7a1e73d8b..828110207 100644
--- a/src/webengine/testsupport/plugin.cpp
+++ b/src/webengine/testsupport/plugin.cpp
@@ -48,7 +48,7 @@ class QtWebEngineTestSupportPlugin : public QQmlExtensionPlugin
Q_OBJECT
Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid)
public:
- virtual void registerTypes(const char *uri)
+ void registerTypes(const char *uri) override
{
qWarning("\nWARNING: This project is using the testsupport QML API extensions for QtWebEngine and is therefore tied to a specific QtWebEngine release.\n"
"WARNING: The testsupport API will change from version to version, or even be removed. You have been warned!\n");