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:
authorOlivier Goffart <ogoffart@woboq.com>2015-03-03 18:01:41 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-03-03 18:03:53 +0300
commit4d85f1daecd8e562c5287761a3f9aeb56bc7e282 (patch)
treec0a6be0353891e5999356a33c57a8655cde6763b /src/gui/owncloudsetupwizard.h
parentf913cd97ee1cffe6de12654e39197a16941a148f (diff)
setup wizard: use a PROPFIND instead of a GET on the webdav url
In order to initiate the conneciton, we should not send a GET on the webdav URL because that is not a valid webdav command on a collection. Issue #2911
Diffstat (limited to 'src/gui/owncloudsetupwizard.h')
-rw-r--r--src/gui/owncloudsetupwizard.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui/owncloudsetupwizard.h b/src/gui/owncloudsetupwizard.h
index 60a683d91..961d63f00 100644
--- a/src/gui/owncloudsetupwizard.h
+++ b/src/gui/owncloudsetupwizard.h
@@ -31,17 +31,6 @@ namespace OCC {
class OwncloudWizard;
-class ValidateDavAuthJob : public AbstractNetworkJob {
- Q_OBJECT
-public:
- ValidateDavAuthJob(AccountPtr account, QObject *parent = 0);
- void start() Q_DECL_OVERRIDE;
-signals:
- void authResult(QNetworkReply*);
-private slots:
- bool finished() Q_DECL_OVERRIDE;
-};
-
class DetermineAuthTypeJob : public AbstractNetworkJob {
Q_OBJECT
public: