QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
NamedValue Struct Reference

A name/value pair parsed from a password file field. More...

#include <filecontent.h>

Public Attributes

QString name
 Field name (the part before the colon in "name: value").
QString value
 Field value (the part after the colon in "name: value").

Detailed Description

A name/value pair parsed from a password file field.

Definition at line 14 of file filecontent.h.

Member Data Documentation

◆ name

QString NamedValue::name

Field name (the part before the colon in "name: value").

Definition at line 18 of file filecontent.h.

◆ value

QString NamedValue::value

Field value (the part after the colon in "name: value").

Definition at line 22 of file filecontent.h.


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