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:
authorOlivier Goffart <ogoffart@woboq.com>2014-08-12 19:33:17 +0400
committerOlivier Goffart <ogoffart@woboq.com>2014-08-12 19:34:54 +0400
commit255330d3424f1916ad47e69b4ff9c4e3523f0c04 (patch)
tree723615c85cd17c3a9c451bffebb3e268b312f830 /src/mirall/owncloudsetupwizard.h
parentad139e19abfdb4843f4a0d4ccd042d06dccbff97 (diff)
Add a "Skip Folder Configuration" button in the wizard
This allow to start owncloud the first time but not automatically sync everything, but let the user configure sub folders instead
Diffstat (limited to 'src/mirall/owncloudsetupwizard.h')
-rw-r--r--src/mirall/owncloudsetupwizard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mirall/owncloudsetupwizard.h b/src/mirall/owncloudsetupwizard.h
index 4394257c0..7d62512b5 100644
--- a/src/mirall/owncloudsetupwizard.h
+++ b/src/mirall/owncloudsetupwizard.h
@@ -80,6 +80,7 @@ private slots:
void slotAuthCheckReply(QNetworkReply*);
void slotCreateRemoteFolderFinished(QNetworkReply::NetworkError);
void slotAssistantFinished( int );
+ void slotSkipFolderConfigruation();
private:
explicit OwncloudSetupWizard(QObject *parent = 0 );