From ad94d4f09ce15fc596bf04b89a603bd1c5c76e58 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@digia.com>
Date: Tue, 2 Oct 2012 16:09:33 +0200
Subject: [PATCH] QmlDesigner: fix warning

Change-Id: I2addb29b617fc682aa766de9e080323133185093
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
---
 .../qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp b/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp
index 94d1b9cff6b..d7d186ec8f1 100644
--- a/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp
+++ b/share/qtcreator/qml/qmlpuppet/instances/nodeinstanceclientproxy.cpp
@@ -288,7 +288,7 @@ void NodeInstanceClientProxy::redirectToken(const TokenCommand &command)
     nodeInstanceServer()->token(command);
 }
 
-void NodeInstanceClientProxy::redirectToken(const EndPuppetCommand &command)
+void NodeInstanceClientProxy::redirectToken(const EndPuppetCommand & /*command*/)
 {
     qDebug() << "End Process: " << QCoreApplication::applicationPid();
     QCoreApplication::exit();
-- 
GitLab