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-09-17 16:08:27 +0300
committerHannah von Reth <vonreth@kde.org>2020-09-22 14:14:46 +0300
commit1860fafb995d8e17ec5ff8409f099314cb00bfc6 (patch)
tree97eee5a28245a4cdddc7b1d9885ccbdc0d2e8c44 /src/gui/sharedialog.h
parent2f786d24634dce34306b4ebc5fc0fe1846386dc6 (diff)
Remove support for legacy private links
Diffstat (limited to 'src/gui/sharedialog.h')
-rw-r--r--src/gui/sharedialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/sharedialog.h b/src/gui/sharedialog.h
index 9aba8b5e5..a00d1d8c4 100644
--- a/src/gui/sharedialog.h
+++ b/src/gui/sharedialog.h
@@ -44,7 +44,6 @@ public:
const QString &sharePath,
const QString &localPath,
SharePermissions maxSharingPermissions,
- const QByteArray &numericFileId,
ShareDialogStartPage startPage,
QWidget *parent);
~ShareDialog() override;