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-06-01 16:55:59 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-15 14:43:40 +0300
commite84605055fe576faba9d9245350e281e10403627 (patch)
tree3b5f95a2a8ca36ef0c1c51588d36370d1209987f /src/gui/protocolwidget.h
parentdadf8ceb704e406175862349289e035d3af632d5 (diff)
Change the resize behaviour of the header view
Diffstat (limited to 'src/gui/protocolwidget.h')
-rw-r--r--src/gui/protocolwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/protocolwidget.h b/src/gui/protocolwidget.h
index fff6c0d3b..3c6a563f9 100644
--- a/src/gui/protocolwidget.h
+++ b/src/gui/protocolwidget.h
@@ -30,6 +30,7 @@ class QPushButton;
class QSortFilterProxyModel;
namespace OCC {
+class ExpandingHeaderView;
namespace Ui {
class ProtocolWidget;
@@ -47,7 +48,7 @@ public:
explicit ProtocolWidget(QWidget *parent = nullptr);
~ProtocolWidget() override;
- static void showHeaderContextMenu(QWidget *parent, QSortFilterProxyModel *model);
+ static void showHeaderContextMenu(ExpandingHeaderView *header, QSortFilterProxyModel *model);
static void showContextMenu(QWidget *parent, ProtocolItemModel *model, const QModelIndexList &items);