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
QmlLsp::QProcessScheduler::Command Struct Reference

#include <qprocessscheduler_p.h>

Collaboration diagram for QmlLsp::QProcessScheduler::Command:

Public Attributes

QString program
QStringList arguments
QProcessEnvironment customEnvironment = QProcessEnvironment::systemEnvironment()

Friends

bool comparesEqual (const Command &a, const Command &b) noexcept

Detailed Description

Definition at line 32 of file qprocessscheduler_p.h.

◆ comparesEqual

bool comparesEqual ( const Command & a,
const Command & b )
friend

Definition at line 38 of file qprocessscheduler_p.h.

Member Data Documentation

◆ arguments

QStringList QmlLsp::QProcessScheduler::Command::arguments

Definition at line 35 of file qprocessscheduler_p.h.

◆ customEnvironment

QProcessEnvironment QmlLsp::QProcessScheduler::Command::customEnvironment = QProcessEnvironment::systemEnvironment()

Definition at line 36 of file qprocessscheduler_p.h.

◆ program

QString QmlLsp::QProcessScheduler::Command::program

Definition at line 34 of file qprocessscheduler_p.h.


The documentation for this struct was generated from the following file: