src/extprogs.cpp

changeset 185
6fea53f1ffc2
parent 184
fae3bc9ce319
child 188
4e686b771996
equal deleted inserted replaced
184:fae3bc9ce319 185:6fea53f1ffc2
173 fflush (stdinfp); 173 fflush (stdinfp);
174 174
175 // Wait while it runs 175 // Wait while it runs
176 proc.waitForFinished (); 176 proc.waitForFinished ();
177 177
178 #ifndef RELASE 178 #ifndef RELEASE
179 printf ("%s", qchars (QString (proc.readAllStandardOutput ()))); 179 printf ("%s", qchars (QString (proc.readAllStandardOutput ())));
180 #endif // RELEASE 180 #endif // RELEASE
181 181
182 if (proc.exitStatus () == QProcess::CrashExit) { 182 if (proc.exitStatus () == QProcess::CrashExit) {
183 processError (prog, proc); 183 processError (prog, proc);

mercurial