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/pages/oauthcredentialssetupwizardpage.h')
-rw-r--r--src/gui/newwizard/pages/oauthcredentialssetupwizardpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/newwizard/pages/oauthcredentialssetupwizardpage.h b/src/gui/newwizard/pages/oauthcredentialssetupwizardpage.h
index 443dbe57d..13d310b6a 100644
--- a/src/gui/newwizard/pages/oauthcredentialssetupwizardpage.h
+++ b/src/gui/newwizard/pages/oauthcredentialssetupwizardpage.h
@@ -33,6 +33,8 @@ public:
bool validateInput() override;
+ void setButtonsEnabled(bool enabled);
+
Q_SIGNALS:
void openBrowserButtonPushed();
void copyUrlToClipboardButtonPushed();