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>2017-06-15 17:03:24 +0300
committerckamm <mail@ckamm.de>2017-07-07 12:23:32 +0300
commit99b1f69271b230e59b70dd02773ad483046a4328 (patch)
treea43b68728b151014552ebcc64f087d3d74c07871 /src/gui/sharelinkwidget.h
parente54be1c4ee878dd4c318d70430cfba4907003e84 (diff)
Link share: Remove direct download if unavailable #5837
It would have been much nicer to keep the menu assigned to the QToolButton, but if one switches away from InstantPopup (to adjust the entries before they're displayed), the button always gets a menu indicator that can't be removed.
Diffstat (limited to 'src/gui/sharelinkwidget.h')
-rw-r--r--src/gui/sharelinkwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/sharelinkwidget.h b/src/gui/sharelinkwidget.h
index 4dd5f1ec6..1d8397505 100644
--- a/src/gui/sharelinkwidget.h
+++ b/src/gui/sharelinkwidget.h
@@ -70,7 +70,8 @@ private slots:
void slotPasswordChanged(const QString &newText);
void slotNameEdited(QTableWidgetItem *item);
- void slotShareLinkButtonTriggered(QAction *action);
+ void slotShareLinkButtonClicked();
+ void slotShareLinkActionTriggered(QAction *action);
void slotDeleteShareFetched();
void slotCreateShareFetched(const QSharedPointer<LinkShare> share);