QmlDesigner: Fix output slot for the puppet output

Change-Id: I3ee00af335ac8009e420339a650b9532addf189a
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
Marco Bubke
2014-06-24 15:33:55 +02:00
parent aad1ec1522
commit cb2f68d661

View File

@@ -125,7 +125,7 @@ NodeInstanceServerProxy::NodeInstanceServerProxy(NodeInstanceView *nodeInstanceV
"editormode",
socketToken,
this,
SLOT(printPreviewProcessOutput()),
SLOT(printEditorProcessOutput()),
SLOT(processFinished(int,QProcess::ExitStatus)));
if (runModus == NormalModus) {
@@ -133,7 +133,7 @@ NodeInstanceServerProxy::NodeInstanceServerProxy(NodeInstanceView *nodeInstanceV
"rendermode",
socketToken,
this,
SLOT(printPreviewProcessOutput()),
SLOT(printRenderProcessOutput()),
SLOT(processFinished(int,QProcess::ExitStatus)));
m_qmlPuppetPreviewProcess = puppetCreator.createPuppetProcess(puppetVersion,
"previewmode",