aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/KeyList.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-21 09:40:49 +0000
committerSaturneric <[email protected]>2021-05-21 09:40:49 +0000
commite7b93cbdd9bfc339d5d3ccade594ad614b5c9eaa (patch)
tree94f78f3cda5037790fb40a60290e89cd6b7ba975 /include/ui/KeyList.h
parentChange Project Name to GPGFrontend. (diff)
downloadGpgFrontend-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.h2
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();