diff options
Diffstat (limited to 'src/copyeventfilter.h')
| -rw-r--r-- | src/copyeventfilter.h | 2 |
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 |
