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
path: root/src
diff options
context:
space:
mode:
authorFabian Müller <fmueller@owncloud.com>2022-07-05 11:38:14 +0300
committerHannah von Reth <vonreth@kde.org>2022-07-06 17:35:20 +0300
commit8cf7c27ff6bc18a505ef17b639c0909a9b2a3b8d (patch)
tree72aac6767f06e855ec6a3be9d1c4435c622d568f /src
parente075cc0d92b2cd18b41a32fc7a18da60b716fe1d (diff)
Mark deprecated wizard branding
Diffstat (limited to 'src')
-rw-r--r--src/libsync/theme.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libsync/theme.h b/src/libsync/theme.h
index 252cf118e..62731c432 100644
--- a/src/libsync/theme.h
+++ b/src/libsync/theme.h
@@ -201,7 +201,7 @@ public:
/** @return color for the setup wizard */
virtual QColor wizardHeaderTitleColor() const;
- virtual QColor wizardHeaderSubTitleColor() const;
+ [[deprecated]] virtual QColor wizardHeaderSubTitleColor() const;
/** @return color for the setup wizard. */
virtual QColor wizardHeaderBackgroundColor() const;
@@ -216,7 +216,7 @@ public:
*
* @return banner for the setup wizard.
*/
- virtual QPixmap wizardHeaderBanner(const QSize &size) const;
+ [[deprecated]] virtual QPixmap wizardHeaderBanner(const QSize &size) const;
#endif
/**
@@ -266,12 +266,12 @@ public:
* Hide the checkbox that says "Ask for confirmation before synchronizing folders larger than X MB"
* in the account wizard
*/
- virtual bool wizardHideFolderSizeLimitCheckbox() const;
+ [[deprecated]] virtual bool wizardHideFolderSizeLimitCheckbox() const;
/**
* Hide the checkbox that says "Ask for confirmation before synchronizing external storages"
* in the account wizard
*/
- virtual bool wizardHideExternalStorageConfirmationCheckbox() const;
+ [[deprecated]] virtual bool wizardHideExternalStorageConfirmationCheckbox() const;
/**
* Skip the advanced page and create a sync with the default settings