QmlDesigner: Add PuppetAlive command

The puppet can be dead but we don't now. Now the puppet is sending a alive
signal. If the signal is not arriving anymore we restart the puppets.

Task-number: QTCREATORBUG-12434
Change-Id: I90edab6a45f95950fd764adcb125068659d5354b
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
Marco Bubke
2014-06-18 11:17:59 +02:00
parent e9edc3ad3d
commit 59e4bc9112
9 changed files with 188 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ class ComponentCompletedCommand;
class TokenCommand;
class RemoveSharedMemoryCommand;
class DebugOutputCommand;
class PuppetAliveCommand;
class NodeInstanceClientInterface
{