diff options
author | Saturneric <[email protected]> | 2021-12-07 07:13:19 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-07 07:18:22 +0000 |
commit | 285372b747d575ed3ed07172ae64fdd80e03d1e6 (patch) | |
tree | 865d2298d836c8eb36584b5d268325bca4a66a78 /src/ui/KeyUploadDialog.h | |
parent | Fix bugs in macOS. (diff) | |
download | GpgFrontend-285372b747d575ed3ed07172ae64fdd80e03d1e6.tar.gz GpgFrontend-285372b747d575ed3ed07172ae64fdd80e03d1e6.zip |
Fix Bugs on KeyUploadDialog
Diffstat (limited to 'src/ui/KeyUploadDialog.h')
-rw-r--r-- | src/ui/KeyUploadDialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/KeyUploadDialog.h b/src/ui/KeyUploadDialog.h index b607c321..6f292d2b 100644 --- a/src/ui/KeyUploadDialog.h +++ b/src/ui/KeyUploadDialog.h @@ -46,8 +46,6 @@ class KeyUploadDialog : public QDialog { void slotUploadFinished(); private: - QString appPath; - QSettings settings; KeyListPtr mKeys; QByteArray mKeyData; }; |