aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionview.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-08-24 10:22:47 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-08-25 09:12:38 +0300
commit091213403922e970b38cc3a98c11074e02ddba14 (patch)
treedc62c9d3fde8b81decae4c65a17b0744ca377865 /src/qt/transactionview.h
parent9e0c1d676c5892fb5bd8fe98781915506a25108f (diff)
downloadbitcoin-091213403922e970b38cc3a98c11074e02ddba14.tar.xz
qt: Remove QSignalMapper from TransactionView
The QSignalMapper class is obsolete since Qt 5.10.
Diffstat (limited to 'src/qt/transactionview.h')
-rw-r--r--src/qt/transactionview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h
index e07181d1c8..79347c371f 100644
--- a/src/qt/transactionview.h
+++ b/src/qt/transactionview.h
@@ -23,7 +23,6 @@ class QFrame;
class QLineEdit;
class QMenu;
class QModelIndex;
-class QSignalMapper;
class QTableView;
QT_END_NAMESPACE
@@ -72,7 +71,6 @@ private:
QLineEdit *amountWidget;
QMenu *contextMenu;
- QSignalMapper *mapperThirdPartyTxUrls;
QFrame *dateRangeWidget;
QDateTimeEdit *dateFrom;