diff options
author | Saturn&Eric <[email protected]> | 2022-05-08 13:14:24 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-08 13:14:24 +0000 |
commit | f722eec9a898c97e233619a50f6f1a94fef6f94c (patch) | |
tree | 26757206ff3e139a10968bd8ae6147ca1a1182a7 /src/ui/settings/SettingsDialog.h | |
parent | Merge pull request #50 from saturneric/develop-2.0.5 (diff) | |
parent | doc: update translate document. (diff) | |
download | GpgFrontend-f722eec9a898c97e233619a50f6f1a94fef6f94c.tar.gz GpgFrontend-f722eec9a898c97e233619a50f6f1a94fef6f94c.zip |
Merge pull request #54 from saturneric/develop-2.0.6v2.0.6
Develop 2.0.6
Diffstat (limited to '')
-rwxr-xr-x | src/ui/settings/SettingsDialog.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ui/settings/SettingsDialog.h b/src/ui/settings/SettingsDialog.h index 000e6599..e123cc6c 100755 --- a/src/ui/settings/SettingsDialog.h +++ b/src/ui/settings/SettingsDialog.h @@ -35,19 +35,10 @@ namespace GpgFrontend::UI { class GeneralTab; - -#ifdef SMTP_SUPPORT -class SendMailTab; -#endif - class AppearanceTab; class KeyserverTab; class NetworkTab; -#ifdef ADVANCED_SUPPORT -class AdvancedTab; -#endif - /** * @brief * @@ -64,15 +55,9 @@ class SettingsDialog : public QDialog { explicit SettingsDialog(QWidget* parent = nullptr); GeneralTab* general_tab_; ///< -#ifdef SMTP_SUPPORT - SendMailTab* send_mail_tab_; ///< -#endif AppearanceTab* appearance_tab_; ///< KeyserverTab* key_server_tab_; ///< NetworkTab* network_tab_; ///< -#ifdef ADVANCED_SUPPORT - AdvancedTab* advanced_tab_; ///< -#endif /** * @brief |