KDECore
kprocess.h
Go to the documentation of this file.
258 static int execute(const QString &exe, const QStringList &args = QStringList(), int msecs = -1);
Definition kprocess_p.h:27
@ OnlyStdoutChannel
Only standard output is handled; standard error is forwarded.
Definition kprocess.h:64
@ MergedChannels
Standard output and standard error are handled by KProcess as one channel.
Definition kprocess.h:58
@ ForwardedChannels
Both standard output and standard error are forwarded to the parent process' respective channel.
Definition kprocess.h:61
@ SeparateChannels
Standard output and standard error are handled by KProcess as separate channels.
Definition kprocess.h:55
@ OnlyStderrChannel
Only standard error is handled; standard output is forwarded.
Definition kprocess.h:66
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.