Parcourir la source

CHG: merge output of hosted apps into output of hosting app

Marco Nolden il y a 14 ans
Parent
commit
e5470b83c4

+ 1 - 0
Plugins/org.commontk.dicom.examplehost/ctkDicomExampleHost.cpp

@@ -14,6 +14,7 @@ void ctkDicomExampleHost::StartApplication(QString AppPath, const QUrl& App_URL)
     l.append("--applicationURL");
     l.append(App_URL.toString());
 
+    this->appProcess.setProcessChannelMode(QProcess::ForwardedChannels);
     this->appProcess.start(AppPath,l);
 
 }