diff options
author | saturneric <[email protected]> | 2024-11-22 22:49:09 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-22 22:49:09 +0000 |
commit | ac78b0fe2d8c285ef1f051d883ac046ce6557fe7 (patch) | |
tree | 116baa5ee75a40b84017bcad0266f283542743b8 /src/ui/dialog/controller/GnuPGControllerDialog.h | |
parent | feat: improve version option (diff) | |
download | GpgFrontend-ac78b0fe2d8c285ef1f051d883ac046ce6557fe7.tar.gz GpgFrontend-ac78b0fe2d8c285ef1f051d883ac046ce6557fe7.zip |
feat: default key db is not editable
Diffstat (limited to 'src/ui/dialog/controller/GnuPGControllerDialog.h')
-rw-r--r-- | src/ui/dialog/controller/GnuPGControllerDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.h b/src/ui/dialog/controller/GnuPGControllerDialog.h index 8d53dca6..9c42180c 100644 --- a/src/ui/dialog/controller/GnuPGControllerDialog.h +++ b/src/ui/dialog/controller/GnuPGControllerDialog.h @@ -130,7 +130,8 @@ class GnuPGControllerDialog : public GeneralDialog { QString custom_key_database_path_; QString custom_gnupg_path_; QMenu* popup_menu_{}; - QList<KeyDatabaseItemSO> buffered_key_db_so_; + QList<KeyDatabaseInfo> buffered_key_db_so_; + QList<KeyDatabaseInfo> editable_key_db_so_; /** * @brief Get the Restart Needed object |