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.cpp')
-rw-r--r--src/libsync/theme.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp
index dca5280b8..b75beb36c 100644
--- a/src/libsync/theme.cpp
+++ b/src/libsync/theme.cpp
@@ -678,4 +678,9 @@ bool Theme::connectionValidatorClearCookies() const
return false;
}
+bool Theme::enableSocketApiIconSupport() const
+{
+ return true;
+}
+
} // end namespace client