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:
Diffstat (limited to 'src/gui/newwizard/setupwizardcontroller.h')
-rw-r--r--src/gui/newwizard/setupwizardcontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/newwizard/setupwizardcontroller.h b/src/gui/newwizard/setupwizardcontroller.h
index 335ade097..f7783742f 100644
--- a/src/gui/newwizard/setupwizardcontroller.h
+++ b/src/gui/newwizard/setupwizardcontroller.h
@@ -50,7 +50,7 @@ Q_SIGNALS:
void finished(AccountPtr newAccount, SyncMode syncMode);
private:
- void nextStep(std::optional<PageIndex> currentPage, std::optional<PageIndex> desiredPage);
+ void nextStep(std::optional<PageIndex> currentPage, std::optional<PageIndex> userName);
SetupWizardWindow *_wizardWindow;