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-04-24 16:20:13 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-04-24 17:03:28 +0300
commit78e82eb92060c5562592a3dfefe1dfbc05e9c602 (patch)
tree8f6afe878af9b7a976ccbfd50668eca7ff219a3a /src/gui/owncloudsetupwizard.h
parent3c91a1ace4d09076cbc7bdc292f92c0627f4a3b7 (diff)
AccountWizard: Fix auth error handling. #3155
The problem was that on network error the networkError() and finishedWithError() signals both fired. To fix it, I collapse all error handing into a slot triggered by finishedWithError(). I tested the redirection case and the invalid credentials case.
Diffstat (limited to 'src/gui/owncloudsetupwizard.h')
-rw-r--r--src/gui/owncloudsetupwizard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/owncloudsetupwizard.h b/src/gui/owncloudsetupwizard.h
index 9bbb69ddc..d720f8f5f 100644
--- a/src/gui/owncloudsetupwizard.h
+++ b/src/gui/owncloudsetupwizard.h
@@ -62,7 +62,6 @@ private slots:
void slotNoOwnCloudFoundAuthTimeout(const QUrl&url);
void slotConnectToOCUrl(const QString&);
- void slotAuthNetworkError(QNetworkReply*);
void slotAuthError();
void slotCreateLocalAndRemoteFolders(const QString&, const QString&);