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>2020-10-21 13:31:21 +0300
committerHannah von Reth <vonreth@kde.org>2020-10-21 16:11:04 +0300
commit7728c011d5c4025ce594560687cb20ef455682c9 (patch)
tree06f9f671b5624d704fd507081316779f2240953f /src/gui/folder.h
parentdffe08c5ed7ffcfd8e45282e4577d56a4a7ea32c (diff)
VirtualFiles: Ensure the target location supports vfs
Fixes: #8131
Diffstat (limited to 'src/gui/folder.h')
-rw-r--r--src/gui/folder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/folder.h b/src/gui/folder.h
index bde4565c8..1fca6b002 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -282,8 +282,8 @@ public:
* and never have an automatic virtual file. But when it's on, the shell context menu will allow
* users to make existing files virtual.
*/
- bool supportsVirtualFiles() const;
- void setSupportsVirtualFiles(bool enabled);
+ bool virtualFilesEnabled() const;
+ void setVirtualFilesEnabled(bool enabled);
void setRootPinState(PinState state);