forked from qt-creator/qt-creator
QmlDesigner: fix warning
Change-Id: I2addb29b617fc682aa766de9e080323133185093 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user