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:
authorMarkus Goetz <markus@woboq.com>2016-09-26 16:45:30 +0300
committerGitHub <noreply@github.com>2016-09-26 16:45:30 +0300
commit95c479aa07e29cce0b3a948964e5056de355edd4 (patch)
treef29afd550ebde13496e00b34725acaa74b99049c /src/gui/owncloudsetupwizard.h
parent035442b6da374cee4995e2ce2c4e377dd3d1f427 (diff)
Wizard: Do the system proxy lookup in a thread (#5160)
This is analogous to the code in ConnectionValidator.
Diffstat (limited to 'src/gui/owncloudsetupwizard.h')
-rw-r--r--src/gui/owncloudsetupwizard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/owncloudsetupwizard.h b/src/gui/owncloudsetupwizard.h
index 65075ad47..8f172c8db 100644
--- a/src/gui/owncloudsetupwizard.h
+++ b/src/gui/owncloudsetupwizard.h
@@ -66,6 +66,8 @@ signals:
private slots:
void slotDetermineAuthType(const QString&);
+ void slotSystemProxyLookupDone(const QNetworkProxy &proxy);
+ void slotContinueDetermineAuth();
void slotOwnCloudFoundAuth(const QUrl&, const QVariantMap&);
void slotNoOwnCloudFoundAuth(QNetworkReply *reply);
void slotNoOwnCloudFoundAuthTimeout(const QUrl&url);