diff options
author | saturneric <[email protected]> | 2025-02-03 19:41:16 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-02-03 19:41:16 +0000 |
commit | 349269cadaa757622403279c94c3f181cf9130ac (patch) | |
tree | 33ad72d79b9ef736e7b4f617ad978a543f4de6cc /src/ui/dialog/controller/GnuPGControllerDialog.h | |
parent | Merge branch 'develop' (diff) | |
parent | translation: update zh_CN and de_DE (diff) | |
download | GpgFrontend-349269cadaa757622403279c94c3f181cf9130ac.tar.gz GpgFrontend-349269cadaa757622403279c94c3f181cf9130ac.zip |
Merge branch 'develop'
Diffstat (limited to 'src/ui/dialog/controller/GnuPGControllerDialog.h')
-rw-r--r-- | src/ui/dialog/controller/GnuPGControllerDialog.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.h b/src/ui/dialog/controller/GnuPGControllerDialog.h index f0994c27..3ee129b9 100644 --- a/src/ui/dialog/controller/GnuPGControllerDialog.h +++ b/src/ui/dialog/controller/GnuPGControllerDialog.h @@ -28,7 +28,8 @@ #pragma once -#include "core/struct/settings_object/KeyDatabaseItemSO.h" +#include "core/model/KeyDatabaseInfo.h" +#include "core/typedef/CoreTypedef.h" #include "ui/dialog/GeneralDialog.h" class Ui_GnuPGControllerDialog; @@ -131,8 +132,8 @@ class GnuPGControllerDialog : public GeneralDialog { QString custom_key_database_path_; QString custom_gnupg_path_; QMenu* popup_menu_{}; - QList<KeyDatabaseInfo> active_key_db_infos_; - QList<KeyDatabaseInfo> key_db_infos_; + QContainer<KeyDatabaseInfo> active_key_db_infos_; + QContainer<KeyDatabaseInfo> key_db_infos_; /** * @brief Get the Restart Needed object |