diff options
author | Saturneric <[email protected]> | 2021-08-20 11:47:45 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-20 11:47:45 +0000 |
commit | 2e27baf284fde00c5fc1d81e1f8bc891b8163766 (patch) | |
tree | afe51202a3e615fcd9c5946f031099f4373332c0 /include/ui/SettingsDialog.h | |
parent | Bugs Fixed; (diff) | |
download | GpgFrontend-2e27baf284fde00c5fc1d81e1f8bc891b8163766.tar.gz GpgFrontend-2e27baf284fde00c5fc1d81e1f8bc891b8163766.zip |
Improve Functions;
Bugs Fixed;
Diffstat (limited to '')
-rwxr-xr-x | include/ui/SettingsDialog.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/ui/SettingsDialog.h b/include/ui/SettingsDialog.h index 577c4379..17b84aa4 100755 --- a/include/ui/SettingsDialog.h +++ b/include/ui/SettingsDialog.h @@ -54,9 +54,7 @@ private: QVector<QString> keyIdsList; QString serviceToken; KeyList *mKeyList; - GpgME::GpgContext *mCtx; /** The current gpg context */ - - QNetworkAccessManager manager; + GpgME::GpgContext *mCtx; private slots: |