From addfdebe1a2ec45f718638f39a9ae3afb531805f Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 3 Oct 2016 19:40:40 -0400 Subject: Multiple Selection for peer and ban tables Allows multiple selection and action for the nodes in the peer and ban tables in the Debug Window. --- src/qt/guiutil.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/qt/guiutil.h') diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index e28f68930f..64cbd51eb6 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -67,10 +67,9 @@ namespace GUIUtil /** Return a field of the currently selected entry as a QString. Does nothing if nothing is selected. @param[in] column Data column to extract from the model - @param[in] role Data role to extract from the model @see TransactionView::copyLabel, TransactionView::copyAmount, TransactionView::copyAddress */ - QVariant getEntryData(QAbstractItemView *view, int column, int role); + QList getEntryData(QAbstractItemView *view, int column); void setClipboard(const QString& str); -- cgit v1.2.3