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:
Diffstat (limited to 'src/gui/wizard/owncloudwizardcommon.h')
-rw-r--r--src/gui/wizard/owncloudwizardcommon.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/wizard/owncloudwizardcommon.h b/src/gui/wizard/owncloudwizardcommon.h
index d1f7c08be..5ebcca01f 100644
--- a/src/gui/wizard/owncloudwizardcommon.h
+++ b/src/gui/wizard/owncloudwizardcommon.h
@@ -16,8 +16,14 @@
#ifndef MIRALL_OWNCLOUD_WIZARD_COMMON_H
#define MIRALL_OWNCLOUD_WIZARD_COMMON_H
+#include <QString>
+
class QVariant;
class QLabel;
+class QRadioButton;
+class QSpinBox;
+class QCheckBox;
+class QAbstractButton;
namespace OCC {
@@ -27,6 +33,7 @@ namespace WizardCommon {
QString titleTemplate();
QString subTitleTemplate();
void initErrorLabel(QLabel *errorLabel);
+ void customizeHintLabel(QLabel *label);
enum SyncMode {
SelectiveMode,
@@ -34,6 +41,7 @@ namespace WizardCommon {
};
enum Pages {
+ Page_Welcome,
Page_ServerSetup,
Page_HttpCreds,
Page_ShibbolethCreds,