summaryrefslogtreecommitdiff
path: root/src/copyeventfilter.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-12 20:34:02 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-13 09:17:05 +0100
commitf32e74c2a78ae2fea6c1f825900287202778bf59 (patch)
treece0a1a726859a5a2c4ec1a57549b853217bd6f24 /src/copyeventfilter.h
parent9e663691b0ad23faa979361facb416b7ea0fb08d (diff)
Allow extended selection in log list and implement copy.
Diffstat (limited to 'src/copyeventfilter.h')
-rw-r--r--src/copyeventfilter.h2
1 files changed, 1 insertions, 1 deletions
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<QString(const QModelIndex&)> format);
// copy the selection of the view associated with this