Theme: document forceSystemNetworkProxy (#4458)

This commit is contained in:
Olivier Goffart 2016-03-29 13:00:38 +02:00
parent ffbd5df25f
commit 98091aeab7

View File

@ -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;
/**