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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <kamm@incasoftware.de>2015-07-17 13:46:04 +0300
committerChristian Kamm <kamm@incasoftware.de>2015-07-17 14:00:16 +0300
commit44870fae9f808da7043aa1a545242b55e018613b (patch)
tree1996e826385bb10baa8c601bd4468ea5e2fe0357 /src/gui/proxyauthdialog.h
parent9acc9d2d446241b157457e17d605bbb36fb60490 (diff)
Proxy auth: Fix cred invalidation on Windows.
Diffstat (limited to 'src/gui/proxyauthdialog.h')
-rw-r--r--src/gui/proxyauthdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/proxyauthdialog.h b/src/gui/proxyauthdialog.h
index 0b24abb41..c35f69357 100644
--- a/src/gui/proxyauthdialog.h
+++ b/src/gui/proxyauthdialog.h
@@ -40,7 +40,7 @@ public:
QString username() const;
QString password() const;
- /// Resets the username and password.
+ /// Resets the dialog for new credential entry.
void reset();
private: