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/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 ff1c5d4c4..13e19bb0a 100644
--- a/src/libsync/theme.h
+++ b/src/libsync/theme.h
@@ -428,6 +428,13 @@ public:
virtual bool connectionValidatorClearCookies() const;
+ /**
+ * Enables the response of V2/GET_CLIENT_ICON, default true.
+ * See #9167
+ */
+ virtual bool enableSocketApiIconSupport() const;
+
+
protected:
#ifndef TOKEN_AUTH_ONLY
QIcon themeUniversalIcon(const QString &name, IconType iconType = IconType::BrandedIcon) const;