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:
authorChristian Kamm <mail@ckamm.de>2019-04-16 11:17:21 +0300
committerChristian Kamm <mail@ckamm.de>2019-04-23 10:21:17 +0300
commit96831247e24118018b4ccfca70253cd47996e3e4 (patch)
tree746c6e3857a026ca736c95ab2414c5b6da4b02cd /src/gui/guiutility.h
parentac19fab71aaee448a3f588ba01f06b2f5dca26b8 (diff)
Vfs: "free space" only shows when it has an effect #7143
To do this, introduce AllDehydrated availability and rename SomeDehydrated to Mixed - it now guarantees there are also hydrated items.
Diffstat (limited to 'src/gui/guiutility.h')
-rw-r--r--src/gui/guiutility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiutility.h b/src/gui/guiutility.h
index b25ecc937..6e2c5f163 100644
--- a/src/gui/guiutility.h
+++ b/src/gui/guiutility.h
@@ -41,7 +41,7 @@ namespace Utility {
*
* This will be used in context menus to describe the current state.
*/
- QString vfsCurrentAvailabilityText(VfsItemAvailability availability, bool forFolder);
+ QString vfsCurrentAvailabilityText(VfsItemAvailability availability);
/** Translated text for "making items always available locally" */
QString vfsPinActionText();