Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QProcess Class Reference

#include <qprocess.h>

Collaboration diagram for QProcess:

Static Public Member Functions

static Q_CORE_EXPORT QStringList splitCommand (QStringView command)

Detailed Description

Definition at line 289 of file qprocess.h.

Member Function Documentation

◆ splitCommand()

QStringList QProcess::splitCommand ( QStringView command)
static
Since
5.15

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.


The documentation for this class was generated from the following files: