From 98091aeab750da0657ece71a473630b59cd34a28 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 29 Mar 2016 13:00:38 +0200 Subject: [PATCH] Theme: document forceSystemNetworkProxy (#4458) --- src/libsync/theme.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/libsync/theme.h b/src/libsync/theme.h index 3496a65667..c9df014530 100644 --- a/src/libsync/theme.h +++ b/src/libsync/theme.h @@ -237,6 +237,11 @@ public: virtual bool linkSharing() const; virtual bool userGroupSharing() const; + /** + * If this returns true, the user cannot configure the proxy in the network settings. + * The proxy settings will be disabled in the configuration dialog. + * Default returns false. + */ virtual bool forceSystemNetworkProxy() const; /**