From aff235f87b9ab3af4b4bb648f6bc51beabcf780a Mon Sep 17 00:00:00 2001 From: Adam Kallai Date: Mon, 6 Jan 2014 05:55:02 -0800 Subject: Remove Q_UNUSED(uri) from webengine/plugin/plugin.cpp Change-Id: I403e7e3c89bd1881b96b1cc345ccdf115ceea5e9 Reviewed-by: Peter Varga Reviewed-by: Andras Becsi --- src/webengine/plugin/plugin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/webengine') 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(uri, 1, 0, "WebEngineView"); } -- cgit v1.2.3