QmlDesigner: fix warning

Change-Id: I2addb29b617fc682aa766de9e080323133185093
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Thomas Hartmann
2012-10-02 16:09:33 +02:00
parent ceaedb0883
commit ad94d4f09c
@@ -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();