diff options
author | Saturn&Eric <[email protected]> | 2022-01-05 20:02:19 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-05 20:02:19 +0000 |
commit | a3ca1bf1d4404327d68d3d49127085638c272152 (patch) | |
tree | deb10c33977e5002fa6e9b434f2b07d2719a4e31 /src/ui/settings/SettingsDialog.h | |
parent | Merge pull request #37 from saturneric/document (diff) | |
parent | <doc>(navbar): take repository and GitHub apart. (diff) | |
download | GpgFrontend-a3ca1bf1d4404327d68d3d49127085638c272152.tar.gz GpgFrontend-a3ca1bf1d4404327d68d3d49127085638c272152.zip |
Merge pull request #36 from saturneric/developv2.0.4
v2.0.4
Diffstat (limited to '')
-rwxr-xr-x | src/ui/settings/SettingsDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/settings/SettingsDialog.h b/src/ui/settings/SettingsDialog.h index b8277906..da3bdba3 100755 --- a/src/ui/settings/SettingsDialog.h +++ b/src/ui/settings/SettingsDialog.h @@ -38,6 +38,7 @@ class SendMailTab; class AppearanceTab; class KeyserverTab; +class NetworkTab; #ifdef ADVANCED_SUPPORT class AdvancedTab; @@ -55,6 +56,7 @@ class SettingsDialog : public QDialog { #endif AppearanceTab* appearanceTab; KeyserverTab* keyserverTab; + NetworkTab* networkTab; #ifdef ADVANCED_SUPPORT AdvancedTab* advancedTab; #endif |