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-07-22 13:12:42 +0300
committerHannah von Reth <vonreth@kde.org>2021-07-23 15:55:57 +0300
commit4cc4e63df32ae3df208a9b2ff9af79d7c0d9b850 (patch)
treec58836c21228fa76848c8e931d7cf6965bf99dfc /src/gui/protocolitem.h
parentfe018a312965a3b8d6cff1fab704f4d5790e68d5 (diff)
Display excludes caused by .owncloud files in the issue widget
Diffstat (limited to 'src/gui/protocolitem.h')
-rw-r--r--src/gui/protocolitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/protocolitem.h b/src/gui/protocolitem.h
index 8f064a1aa..144b5e38e 100644
--- a/src/gui/protocolitem.h
+++ b/src/gui/protocolitem.h
@@ -27,6 +27,7 @@ class ProtocolItem
Q_GADGET
public:
ProtocolItem() = default;
+ explicit ProtocolItem(Folder *folder, const SyncFileItemPtr &item);
explicit ProtocolItem(const QString &folder, const SyncFileItemPtr &item);
QString path() const;