forked from qt-creator/qt-creator
QmlDesigner: Fix output slot for the puppet output
Change-Id: I3ee00af335ac8009e420339a650b9532addf189a Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user