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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-11-17 17:20:40 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-11-17 17:20:40 +0300
commit724f7c8f97a3d9cb18d821942132762dade12c04 (patch)
tree5ca7710c0799ce0061fb676acd5038e8e591a006 /src/libsync/theme.h
parent7fe14d0e67f83c3a4a6512b9c1c1826b92400fe8 (diff)
parent36311b00be41b1edbe46791f1c44d11f8584c4f8 (diff)
Merge remote-tracking branch 'origin/2.9'
Diffstat (limited to 'src/libsync/theme.h')
-rw-r--r--src/libsync/theme.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libsync/theme.h b/src/libsync/theme.h
index 7ee63e432..89000974d 100644
--- a/src/libsync/theme.h
+++ b/src/libsync/theme.h
@@ -434,6 +434,13 @@ public:
virtual bool enableSocketApiIconSupport() const;
+ /**
+ * Warn if we find multiple db files in the sync root.
+ * This can indicate that the sync dir is shared between multiple clients or accounts
+ */
+ virtual bool warnOnMultipleDb() const;
+
+
protected:
#ifndef TOKEN_AUTH_ONLY
QIcon themeUniversalIcon(const QString &name, IconType iconType = IconType::BrandedIcon) const;