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:
authorErik Verbruggen <erik@verbruggen.consulting>2021-09-24 17:36:41 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-29 16:38:47 +0300
commit2397475f85908136570e1fd5051501e73b924295 (patch)
tree3e3a28ac85b4464c6ef0b324c6bc0e71cf2c0214 /src/gui/protocolwidget.h
parentb6809421a9bfc0b3bd6a5bd6abb743318750c242 (diff)
Allow to filter issue table by issue type
Fixes: #9000
Diffstat (limited to 'src/gui/protocolwidget.h')
-rw-r--r--src/gui/protocolwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/protocolwidget.h b/src/gui/protocolwidget.h
index 3c6a563f9..ac6e111eb 100644
--- a/src/gui/protocolwidget.h
+++ b/src/gui/protocolwidget.h
@@ -48,9 +48,8 @@ public:
explicit ProtocolWidget(QWidget *parent = nullptr);
~ProtocolWidget() override;
- static void showHeaderContextMenu(ExpandingHeaderView *header, QSortFilterProxyModel *model);
static void showContextMenu(QWidget *parent, ProtocolItemModel *model, const QModelIndexList &items);
-
+ static QMenu *showFilterMenu(QWidget *parent, QSortFilterProxyModel *model);
public slots:
void slotItemCompleted(const QString &folder, const SyncFileItemPtr &item);