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:
authorFabian Müller <fmueller@owncloud.com>2022-03-30 21:54:47 +0300
committerHannah von Reth <vonreth@kde.org>2022-04-12 15:51:18 +0300
commita25f0068e1353f116c8ca251bf608fe2e4e794b1 (patch)
treef813f18abb5f43392315e2007dcccd38c1b3bdeb /src/gui/ocwizard_deprecated.h
parent44db53318351b061ba2db4c7bf6b30a789b8f8b1 (diff)
Implement advanced sync options in wizard
Diffstat (limited to 'src/gui/ocwizard_deprecated.h')
-rw-r--r--src/gui/ocwizard_deprecated.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/ocwizard_deprecated.h b/src/gui/ocwizard_deprecated.h
index df0cb2548..92d59e6dd 100644
--- a/src/gui/ocwizard_deprecated.h
+++ b/src/gui/ocwizard_deprecated.h
@@ -6,18 +6,6 @@
namespace OCC::OwncloudWizard {
-[[deprecated]] static inline bool useVirtualFileSync()
-{
- qWarning() << "Currently unsupported function useVirtualFileSync called";
- return false;
-}
-
-[[deprecated]] static inline QList<QString> selectiveSyncBlacklist()
-{
- qWarning() << "Currently unsupported function selectiveSyncBlacklist called";
- return {};
-}
-
[[deprecated]] static inline bool isConfirmBigFolderChecked()
{
qWarning() << "Currently unsupported function isConfirmBigFolderChecked called";