# HG changeset patch # User insilmaril # Date 1182336705 0 # Node ID 07f35022646d895f1c74d1a56feabe0fb95f3dd1 # Parent b525fdd445c42bb83c72e8601180d88485242bec scripted exports (continued) diff -r b525fdd445c4 -r 07f35022646d xsltproc.cpp --- a/xsltproc.cpp Wed Jun 20 10:51:45 2007 +0000 +++ b/xsltproc.cpp Wed Jun 20 10:51:45 2007 +0000 @@ -6,6 +6,8 @@ #include "process.h" +extern bool debug; + XSLTProc::XSLTProc () { xsltprocessor="xsltproc"; @@ -66,7 +68,7 @@ args << xslFile; args << inputFile; QString com=xsltprocessor+" "+args.join(" "); - cout <start(xsltprocessor,args); if (!xsltProc->waitForStarted() )