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-05-10 18:18:45 +0300
committerHannah von Reth <vonreth@kde.org>2021-05-26 17:57:02 +0300
commitf53341b1bbcfbf49ad66728355629b74c165e5df (patch)
treec01ed833162faeacee3e5a82c0a46a330c09ff37 /src/gui/protocolwidget.h
parente69f864f7c3e0174d25d866f469ac75bcffe87eb (diff)
Allow to filter tables by account
Diffstat (limited to 'src/gui/protocolwidget.h')
-rw-r--r--src/gui/protocolwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/protocolwidget.h b/src/gui/protocolwidget.h
index e6ec55973..fff6c0d3b 100644
--- a/src/gui/protocolwidget.h
+++ b/src/gui/protocolwidget.h
@@ -47,6 +47,7 @@ public:
explicit ProtocolWidget(QWidget *parent = nullptr);
~ProtocolWidget() override;
+ static void showHeaderContextMenu(QWidget *parent, QSortFilterProxyModel *model);
static void showContextMenu(QWidget *parent, ProtocolItemModel *model, const QModelIndexList &items);