diff -r c2ffbc9b832d -r 8b7e0d5a25e9 xsltproc.cpp --- a/xsltproc.cpp Sat Feb 24 12:32:53 2007 +0000 +++ b/xsltproc.cpp Thu Aug 09 18:34:08 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() )