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:
authorChristian Kamm <mail@ckamm.de>2017-05-17 11:55:42 +0300
committerckamm <mail@ckamm.de>2017-05-17 13:26:27 +0300
commitc8d0f788e00bdae125a26d9159ce9efdd6325cd2 (patch)
treead77cb515fe650984e6b76dfffe09838090d77bd /src/gui/proxyauthdialog.h
parentae263d60bd6d1bc0eb0c3712bab11de120b8cdd3 (diff)
Apply clang-format
Diffstat (limited to 'src/gui/proxyauthdialog.h')
-rw-r--r--src/gui/proxyauthdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/proxyauthdialog.h b/src/gui/proxyauthdialog.h
index 5b6f27d03..5a6e7bd4c 100644
--- a/src/gui/proxyauthdialog.h
+++ b/src/gui/proxyauthdialog.h
@@ -20,7 +20,7 @@
namespace OCC {
namespace Ui {
-class ProxyAuthDialog;
+ class ProxyAuthDialog;
}
/**
@@ -36,7 +36,7 @@ public:
explicit ProxyAuthDialog(QWidget *parent = 0);
~ProxyAuthDialog();
- void setProxyAddress(const QString& address);
+ void setProxyAddress(const QString &address);
QString username() const;
QString password() const;