diff options
author | Saturneric <[email protected]> | 2023-04-04 16:15:06 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-04-04 16:15:06 +0000 |
commit | c18fda02ba7d42056d417dc1bf3401d867f99cb4 (patch) | |
tree | 37be8a1c499b079d9b5e54f6d80bd0f2ae93c080 /src/ui/dialog/settings/SettingsGeneral.h | |
parent | feat: improve deep restart progress (diff) | |
download | GpgFrontend-c18fda02ba7d42056d417dc1bf3401d867f99cb4.tar.gz GpgFrontend-c18fda02ba7d42056d417dc1bf3401d867f99cb4.zip |
feat: remove gnupg settings from general tab
Diffstat (limited to 'src/ui/dialog/settings/SettingsGeneral.h')
-rw-r--r-- | src/ui/dialog/settings/SettingsGeneral.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/ui/dialog/settings/SettingsGeneral.h b/src/ui/dialog/settings/SettingsGeneral.h index ecd2809e..be145b1f 100644 --- a/src/ui/dialog/settings/SettingsGeneral.h +++ b/src/ui/dialog/settings/SettingsGeneral.h @@ -98,25 +98,6 @@ class GeneralTab : public QWidget { * */ void slot_language_changed(); - - /** - * @brief - * - */ - void slot_update_custom_key_database_path_label(int state); - - /** - * @brief - * - */ - void slot_update_custom_gnupg_install_path_label(int state); - - /** - * @brief - * - */ - void slot_gnupg_stettings_changed(); - #endif }; } // namespace GpgFrontend::UI |