diff options
author | Saturneric <[email protected]> | 2021-06-21 20:31:25 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-21 20:31:25 +0000 |
commit | b90ea800086973ae73bb4a4fd3427a90361ce383 (patch) | |
tree | b5e6f058d7ef310efc07a7ee584a22675fa486fc /include/ui/widgets/KeyList.h | |
parent | Merge branch 'develop' (diff) | |
download | GpgFrontend-b90ea800086973ae73bb4a4fd3427a90361ce383.tar.gz GpgFrontend-b90ea800086973ae73bb4a4fd3427a90361ce383.zip |
Repair and improve the functions and UI related to the upload and update of the key server.
Improve part of the UI description.
Repair the problems in the project configuration file.
Diffstat (limited to '')
-rw-r--r-- | include/ui/widgets/KeyList.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui/widgets/KeyList.h b/include/ui/widgets/KeyList.h index 295ba224..fe554495 100644 --- a/include/ui/widgets/KeyList.h +++ b/include/ui/widgets/KeyList.h @@ -102,6 +102,9 @@ private: void importKeys(QByteArray inBuffer); + QString appPath; + QSettings settings; + GpgME::GpgContext *mCtx; QTableWidget *mKeyList; QMenu *popupMenu; |