![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qprocessscheduler_p.h>
Public Attributes | |
QString | program |
QStringList | arguments |
QProcessEnvironment | customEnvironment = QProcessEnvironment::systemEnvironment() |
Friends | |
bool | comparesEqual (const Command &a, const Command &b) noexcept |
Definition at line 32 of file qprocessscheduler_p.h.
Definition at line 38 of file qprocessscheduler_p.h.
QStringList QmlLsp::QProcessScheduler::Command::arguments |
Definition at line 35 of file qprocessscheduler_p.h.
QProcessEnvironment QmlLsp::QProcessScheduler::Command::customEnvironment = QProcessEnvironment::systemEnvironment() |
Definition at line 36 of file qprocessscheduler_p.h.
QString QmlLsp::QProcessScheduler::Command::program |
Definition at line 34 of file qprocessscheduler_p.h.