aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/settings/SettingsNetwork.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/settings/SettingsNetwork.h')
-rw-r--r--src/ui/settings/SettingsNetwork.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/settings/SettingsNetwork.h b/src/ui/settings/SettingsNetwork.h
index 66803970..cf136604 100644
--- a/src/ui/settings/SettingsNetwork.h
+++ b/src/ui/settings/SettingsNetwork.h
@@ -49,6 +49,8 @@ class NetworkTab : public QWidget {
QNetworkProxy::ProxyType proxy_type_ = QNetworkProxy::HttpProxy;
void apply_proxy_settings();
+ void switch_ui_enabled(bool enabled);
+ void switch_ui_proxy_type(const QString& type_text);
};
} // namespace GpgFrontend::UI