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:
authorDaniel Molkentin <danimo@owncloud.com>2013-11-14 22:20:09 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-11-14 22:20:19 +0400
commit7ba8983f0af717a392e6f536156ee43f6232ccfb (patch)
tree0fe2bc6d94f041a84b8d3ba1075968ddb712a8ef /src/mirall/owncloudsetupwizard.h
parent088aa6ebddd77f3bcfc2a2f1ed8ecec6c1192e76 (diff)
Change all Network Jobs to use start()
Diffstat (limited to 'src/mirall/owncloudsetupwizard.h')
-rw-r--r--src/mirall/owncloudsetupwizard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mirall/owncloudsetupwizard.h b/src/mirall/owncloudsetupwizard.h
index 727d8bda4..d5cfd87c1 100644
--- a/src/mirall/owncloudsetupwizard.h
+++ b/src/mirall/owncloudsetupwizard.h
@@ -35,6 +35,7 @@ class ValidateDavAuthJob : public AbstractNetworkJob {
Q_OBJECT
public:
ValidateDavAuthJob(Account* account, QObject *parent = 0);
+ void start();
signals:
void authResult(QNetworkReply*);
private slots:
@@ -45,6 +46,7 @@ class DetermineAuthTypeJob : public AbstractNetworkJob {
Q_OBJECT
public:
explicit DetermineAuthTypeJob(Account *account, QObject *parent = 0);
+ void start();
signals:
void authType(WizardCommon::AuthType);
private slots: