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-11-07 18:12:07 +0300
committerckamm <mail@ckamm.de>2017-11-21 14:42:10 +0300
commitd949ec687741b984b7cb090606775c6968296536 (patch)
tree4001a89526bd305db4f374ad4b2ea52bfc3834ae /src/gui/issueswidget.h
parent0abe7a77fb4c09ec735a4ce0f369c67a8a22c755 (diff)
Protocol: Introduce context menu with "open in browser" #6121
To do this conveniently a bunch of functionality that's common to IssueWidget and ProtocolWidget is moved to ProtocolItem. Also the convenience function to asynchronously retrieve the private link url is moved from the socket api to the network jobs.
Diffstat (limited to 'src/gui/issueswidget.h')
-rw-r--r--src/gui/issueswidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/issueswidget.h b/src/gui/issueswidget.h
index 4accd89b2..9f295b816 100644
--- a/src/gui/issueswidget.h
+++ b/src/gui/issueswidget.h
@@ -68,6 +68,7 @@ private slots:
void slotUpdateFolderFilters();
void slotAccountAdded(AccountState *account);
void slotAccountRemoved(AccountState *account);
+ void slotItemContextMenu(const QPoint &pos);
private:
void updateAccountChoiceVisibility();