diff -r c2ffbc9b832d -r c73bb30448db xsltproc.cpp --- a/xsltproc.cpp Sat Feb 24 12:32:53 2007 +0000 +++ b/xsltproc.cpp Tue Oct 16 11:42:21 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() )