QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
|
The NamedValues class is mostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list. More...
#include <filecontent.h>
Public Member Functions | |
NamedValues () | |
NamedValues (std::initializer_list< NamedValue > values) | |
QString | takeValue (const QString &name) |
The NamedValues class is mostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list.
Definition at line 17 of file filecontent.h.
NamedValues::NamedValues | ( | ) |
Definition at line 54 of file filecontent.cpp.
NamedValues::NamedValues | ( | std::initializer_list< NamedValue > | values | ) |
Definition at line 56 of file filecontent.cpp.
QString NamedValues::takeValue | ( | const QString & | name | ) |