aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/settings/SettingsGeneral.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-04-04 16:15:06 +0000
committerSaturneric <[email protected]>2023-04-04 16:15:06 +0000
commitc18fda02ba7d42056d417dc1bf3401d867f99cb4 (patch)
tree37be8a1c499b079d9b5e54f6d80bd0f2ae93c080 /src/ui/dialog/settings/SettingsGeneral.h
parentfeat: improve deep restart progress (diff)
downloadGpgFrontend-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.h19
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