The types of read channel.
stdout
stderr
A
Definition at line 84 of file QChildProcess.h.
00085 { 00086 StdOut=1, 00087 StdErr=2, 00088 Combined=3 00089 };