Mercurial > hg > easyhg
diff mainwindow.cpp @ 76:d575a8f76a53
* Win32 build fixes
author | Chris Cannam |
---|---|
date | Sat, 20 Nov 2010 10:11:00 +0000 |
parents | 10eb97683aa9 |
children | aaeabc920ca8 |
line wrap: on
line diff
--- a/mainwindow.cpp Fri Nov 19 18:39:40 2010 +0000 +++ b/mainwindow.cpp Sat Nov 20 10:11:00 2010 +0000 @@ -1021,9 +1021,9 @@ { case ACT_PATHS: { - QString stdout = runner->getStdOut(); - DEBUG << "stdout is " << stdout << endl; - LogParser lp(stdout, "="); + QString sout = runner->getStdOut(); + DEBUG << "stdout is " << sout << endl; + LogParser lp(sout, "="); LogList ll = lp.parse(); DEBUG << ll.size() << " results" << endl; if (!ll.empty()) {