diff options
author | Saturneric <[email protected]> | 2021-06-19 10:28:30 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-19 10:28:30 +0000 |
commit | 7377178bc7214cf2e4e93ffa05e3ad29dda79b89 (patch) | |
tree | 8517330e926667004bc8d4854da78ff3caec7a37 /include/ui/keygen/SubkeyGenerateThread.h | |
parent | Add dependent files under Windows. (diff) | |
download | GpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.tar.gz GpgFrontend-7377178bc7214cf2e4e93ffa05e3ad29dda79b89.zip |
Improve project documents
Continue to write ReadME
Eliminate compile-time warnings
Fix some problems
Diffstat (limited to 'include/ui/keygen/SubkeyGenerateThread.h')
-rw-r--r-- | include/ui/keygen/SubkeyGenerateThread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ui/keygen/SubkeyGenerateThread.h b/include/ui/keygen/SubkeyGenerateThread.h index 2441faa4..b442acea 100644 --- a/include/ui/keygen/SubkeyGenerateThread.h +++ b/include/ui/keygen/SubkeyGenerateThread.h @@ -41,8 +41,6 @@ private: const GpgKey mKey; GenKeyInfo *keyGenParams; GpgME::GpgContext *mCtx; - [[maybe_unused]] bool abort; - QMutex mutex; protected: |