diff -r c2ffbc9b832d -r 9e196213c003 xsltproc.cpp --- a/xsltproc.cpp Sat Feb 24 12:32:53 2007 +0000 +++ b/xsltproc.cpp Wed Jan 16 15:45:19 2008 +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() )