summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdam Kallai <kadam@inf.u-szeged.hu>2014-01-06 05:55:02 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-08 11:15:30 +0100
commitaff235f87b9ab3af4b4bb648f6bc51beabcf780a (patch)
treeb8a9b9ad305e3d5312b881c039f38e3bd3ed7061 /src
parentbac17d0052f41b44bda4b55997b786fab71735c0 (diff)
Remove Q_UNUSED(uri) from webengine/plugin/plugin.cpp
Change-Id: I403e7e3c89bd1881b96b1cc345ccdf115ceea5e9 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/webengine/plugin/plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webengine/plugin/plugin.cpp b/src/webengine/plugin/plugin.cpp
index 5efde6dd8..751916364 100644
--- a/src/webengine/plugin/plugin.cpp
+++ b/src/webengine/plugin/plugin.cpp
@@ -53,7 +53,6 @@ public:
virtual void registerTypes(const char *uri) Q_DECL_OVERRIDE
{
Q_ASSERT(QLatin1String(uri) == QLatin1String("QtWebEngine"));
- Q_UNUSED(uri);
qmlRegisterType<QQuickWebEngineView>(uri, 1, 0, "WebEngineView");
}