Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2019-10-21 13:35:27 +0300
committerOlivier Goffart <olivier@woboq.com>2019-11-18 11:53:34 +0300
commitec34324a1069969de2433aaab8a166c6486d13f7 (patch)
tree7e0a6a2a11c8e04a18166139681482498f22f3ac /src/gui/networksettings.h
parentfec023f829920ff277d0456dfb441294363b688a (diff)
Network Settings: Show a warning that proxy settings do not apply to localhost
Only show this if at least one account is detected to have an url that looks like localhost, because this could otherwise be confusing Issue #7169
Diffstat (limited to 'src/gui/networksettings.h')
-rw-r--r--src/gui/networksettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/networksettings.h b/src/gui/networksettings.h
index 8d35b14dc..cc0d7a562 100644
--- a/src/gui/networksettings.h
+++ b/src/gui/networksettings.h
@@ -44,6 +44,8 @@ private slots:
/// Red marking of host field if empty and enabled
void checkEmptyProxyHost();
+ void checkAccountLocalhost();
+
protected:
void showEvent(QShowEvent *event) override;