some initial classes for keys form
This commit is contained in:
parent
b45a73b723
commit
5aa0f4bca9
11 changed files with 361 additions and 159 deletions
|
@ -39,8 +39,11 @@ public:
|
|||
bool currentDevice = false
|
||||
);
|
||||
KeyInfo();
|
||||
KeyInfo(const KeyInfo& other);
|
||||
|
||||
private:
|
||||
KeyInfo& operator=(const KeyInfo& other);
|
||||
|
||||
public:
|
||||
uint32_t id;
|
||||
QByteArray fingerPrint;
|
||||
QString label;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue