From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/copyeventfilter.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/copyeventfilter.h') diff --git a/src/copyeventfilter.h b/src/copyeventfilter.h index 141ddae1..0ad51584 100644 --- a/src/copyeventfilter.h +++ b/src/copyeventfilter.h @@ -22,9 +22,9 @@ class CopyEventFilter : public QObject Q_OBJECT public: - CopyEventFilter(QAbstractItemView* view, int column = 0, int role = Qt::DisplayRole); - CopyEventFilter(QAbstractItemView* view, std::function format); + CopyEventFilter(QAbstractItemView* view, + std::function format); // copy the selection of the view associated with this // event filter into the clipboard @@ -34,10 +34,8 @@ public: bool eventFilter(QObject* sender, QEvent* event) override; private: - QAbstractItemView* m_view; std::function m_format; - }; #endif -- cgit v1.3.1