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); |