diff options
author | Saturneric <[email protected]> | 2022-05-07 17:01:29 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-07 17:01:29 +0000 |
commit | f1a2ce4bcb7d46981d1fc471e517709f076d9365 (patch) | |
tree | e9d42769dccaf452ba14394e0e0fe574fcd086dd /src/ui/widgets/KeyList.h | |
parent | fix: add openssl dependency for windows ci (diff) | |
download | GpgFrontend-f1a2ce4bcb7d46981d1fc471e517709f076d9365.tar.gz GpgFrontend-f1a2ce4bcb7d46981d1fc471e517709f076d9365.zip |
refactor: develop 2.0.6 start
1. delete smtp ability
2. change libs link type to dramatic
Diffstat (limited to '')
-rw-r--r-- | src/ui/widgets/KeyList.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h index d79f9331..60449ad9 100644 --- a/src/ui/widgets/KeyList.h +++ b/src/ui/widgets/KeyList.h @@ -329,8 +329,6 @@ class KeyList : public QWidget { */ void check_all(); - static int key_list_id_; ///< - int m_key_list_id_; ///< std::mutex buffered_key_list_mutex_; ///< std::shared_ptr<Ui_KeyList> ui_; ///< |