QtAutoUpdater  3.0.0
A Qt library to automatically check for updates and install them
Public Attributes | List of all members
QtAutoUpdater::ProcessBackend::ProcessInfoBase Struct Reference

Structure that collects information about a process to be started. More...

#include <processbackend.h>

+ Inheritance diagram for QtAutoUpdater::ProcessBackend::ProcessInfoBase:

Public Attributes

QString program
 The path or name of the executable.
 
QStringList arguments
 The arguments that should be passed to the process.
 
std::optional< QStringworkingDir = std::nullopt
 The working directy. If set to nullopt, the programs path is used.
 

Detailed Description

Structure that collects information about a process to be started.

Definition at line 34 of file processbackend.h.


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