diff options
author | Saturneric <[email protected]> | 2023-02-11 12:17:49 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-02-11 12:17:49 +0000 |
commit | b79ae9d7c3dd633c0b9013ae520f451be852019d (patch) | |
tree | 1940f43907974cab1b33ef350b05d50868c5323a /src/ui/dialog/settings/SettingsGeneral.h | |
parent | feat: add an option to build with app sanbox on (diff) | |
download | GpgFrontend-b79ae9d7c3dd633c0b9013ae520f451be852019d.tar.gz GpgFrontend-b79ae9d7c3dd633c0b9013ae520f451be852019d.zip |
freat: allow to change gnupg install path
Diffstat (limited to 'src/ui/dialog/settings/SettingsGeneral.h')
-rw-r--r-- | src/ui/dialog/settings/SettingsGeneral.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ui/dialog/settings/SettingsGeneral.h b/src/ui/dialog/settings/SettingsGeneral.h index 4543df7d..ecd2809e 100644 --- a/src/ui/dialog/settings/SettingsGeneral.h +++ b/src/ui/dialog/settings/SettingsGeneral.h @@ -109,7 +109,13 @@ class GeneralTab : public QWidget { * @brief * */ - void slot_key_databse_path_changed(); + void slot_update_custom_gnupg_install_path_label(int state); + + /** + * @brief + * + */ + void slot_gnupg_stettings_changed(); #endif }; |