summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/declarative/experimental/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/declarative/experimental/plugin.cpp')
-rw-r--r--Source/WebKit/qt/declarative/experimental/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/declarative/experimental/plugin.cpp b/Source/WebKit/qt/declarative/experimental/plugin.cpp
index e6ffeda6e..163c0cb47 100644
--- a/Source/WebKit/qt/declarative/experimental/plugin.cpp
+++ b/Source/WebKit/qt/declarative/experimental/plugin.cpp
@@ -47,7 +47,7 @@ class WebKitQmlExperimentalExtensionPlugin: public QQmlExtensionPlugin {
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface" FILE "plugin.json")
public:
- virtual void registerTypes(const char* uri)
+ void registerTypes(const char* uri) override
{
qWarning("\nWARNING: This project is using the experimental QML API extensions for QtWebKit and is therefore tied to a specific QtWebKit release.\n"
"WARNING: The experimental API will change from version to version, or even be removed. You have been warned!\n");