update netctlProfileInfo structure

This commit is contained in:
arcan1s
2014-08-06 01:43:08 +04:00
parent 067115280c
commit 0bade9c42f
5 changed files with 54 additions and 18 deletions

View File

@ -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;
/**