From 7722928d53da10f0fd39bc6524abed32dd78482b Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 6 May 2014 14:29:39 +0200 Subject: Fix compiler warning Change-Id: Ib1d83a3d14aa0ef3f62b8ec26ff5b8571cdb485c Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlxmlhttprequest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/qml/qml/qqmlxmlhttprequest.cpp b/src/qml/qml/qqmlxmlhttprequest.cpp index 019869fec1..734c05f922 100644 --- a/src/qml/qml/qqmlxmlhttprequest.cpp +++ b/src/qml/qml/qqmlxmlhttprequest.cpp @@ -239,6 +239,7 @@ public: NodeList(ExecutionEngine *engine, NodeImpl *data) : Object(engine) { + Q_UNUSED(__data); setVTable(staticVTable()); d()->d = data; -- cgit v1.2.3