The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
ProcessChannelMode | readChannelMode () const (obsolete) |
void | setReadChannelMode ( ProcessChannelMode mode ) (obsolete) |
void | finished ( int exitCode ) (obsolete) |
This is an overloaded function.
Use finished(int exitCode, QProcess::ExitStatus status) instead.
Returns the read channel mode of the QProcess. This function is equivalent to processChannelMode()
See also setReadChannelMode() and processChannelMode().
Use setProcessChannelMode(mode) instead.
See also readChannelMode() and setProcessChannelMode().