summaryrefslogtreecommitdiffstats
path: root/lib/quick/plugin.cpp
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-11-06 17:15:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-14 15:43:48 +0100
commit496f66ee52214ac614135c736f7d89c4dd08ba14 (patch)
treebd4de6a9909846b53f1edbd58d2914e16ef5f2d1 /lib/quick/plugin.cpp
parente1f0ec1af9bcef187bc132e29101b3f7c9c367c1 (diff)
Mark functions with Q_DECL_OVERRIDE where necessary.
Change-Id: I15261c3737a3284b99308453132f09ee7889c444 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'lib/quick/plugin.cpp')
-rw-r--r--lib/quick/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quick/plugin.cpp b/lib/quick/plugin.cpp
index e1da73cca..5efde6dd8 100644
--- a/lib/quick/plugin.cpp
+++ b/lib/quick/plugin.cpp
@@ -50,7 +50,7 @@ class QtWebEnginePlugin : public QQmlExtensionPlugin
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface/1.0")
public:
- virtual void registerTypes(const char *uri)
+ virtual void registerTypes(const char *uri) Q_DECL_OVERRIDE
{
Q_ASSERT(QLatin1String(uri) == QLatin1String("QtWebEngine"));
Q_UNUSED(uri);