![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qprocess.h>
Static Public Member Functions | |
static Q_CORE_EXPORT QStringList | splitCommand (QStringView command) |
Definition at line 289 of file qprocess.h.
|
static |
Splits the string command into a list of tokens, and returns the list.
Tokens with spaces can be surrounded by double quotes; three consecutive double quotes represent the quote character itself.
Definition at line 2437 of file qprocess.cpp.