diff options
author | Saturneric <[email protected]> | 2021-05-21 09:40:49 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-21 09:40:49 +0000 |
commit | e7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa (patch) | |
tree | 94f78f3cda5037790fb40a60290e89cd6b7ba975 /include/ui/KeyList.h | |
parent | Change Project Name to GPGFrontend. (diff) | |
download | GpgFrontend-e7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa.tar.gz GpgFrontend-e7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa.zip |
Modified KeyList and Add Usage Support;
Improve and Expand GpgKey.
Add GpgSubKey.
Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | include/ui/KeyList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/KeyList.h b/include/ui/KeyList.h index ed555ca8..71bdfe6b 100644 --- a/include/ui/KeyList.h +++ b/include/ui/KeyList.h @@ -68,6 +68,8 @@ private: QMenu *popupMenu; QNetworkAccessManager *qnam{}; + QVector<GpgKey> buffered_keys; + private slots: void uploadFinished(); |