Workspace 6.21.5
Public Attributes | List of all members
PackageItem::EnvironmentVariableDetails Struct Reference

Data structure describing a single packaged environment variable. More...

#include <Package/packageitem.h>

Public Attributes

QString name
 The name of the environment variable.
 
QString value
 The value of the environment variable.
 

Detailed Description

The entries in this class describe a system wide environment variable that is set as part of the package install and is removed as part of the uninstall.

Member Data Documentation

◆ name

QString name

◆ value

QString value