mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-10 04:15:52 +00:00
update netctlProfileInfo structure
This commit is contained in:
@ -40,14 +40,17 @@ class NetctlProfile;
|
||||
* profile name
|
||||
* @var netctlProfileInfo::description
|
||||
* profile description
|
||||
* @var netctlProfileInfo::status
|
||||
* @var netctlProfileInfo::active
|
||||
* profile status
|
||||
* @var netctlProfileInfo::enabled
|
||||
* profile status
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
QString name;
|
||||
QString description;
|
||||
QString status;
|
||||
bool active;
|
||||
bool enabled;
|
||||
} netctlProfileInfo;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user