From f32e74c2a78ae2fea6c1f825900287202778bf59 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 12 Jan 2021 20:34:02 +0100 Subject: Allow extended selection in log list and implement copy. --- src/copyeventfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/copyeventfilter.h') diff --git a/src/copyeventfilter.h b/src/copyeventfilter.h index a9d0a1c1..141ddae1 100644 --- a/src/copyeventfilter.h +++ b/src/copyeventfilter.h @@ -23,7 +23,7 @@ class CopyEventFilter : public QObject public: - CopyEventFilter(QAbstractItemView* view, int role = Qt::DisplayRole); + CopyEventFilter(QAbstractItemView* view, int column = 0, int role = Qt::DisplayRole); CopyEventFilter(QAbstractItemView* view, std::function format); // copy the selection of the view associated with this -- cgit v1.3.1