From 0f4c91397fbca58c54da2e72cf2d98226fc4f3c5 Mon Sep 17 00:00:00 2001 From: fekt Date: Tue, 11 Oct 2022 13:03:18 -0400 Subject: [PATCH] Reverting inadvertent change --- src/peerstablemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peerstablemodel.cpp b/src/peerstablemodel.cpp index 11efde0..bc2c5c8 100644 --- a/src/peerstablemodel.cpp +++ b/src/peerstablemodel.cpp @@ -112,7 +112,7 @@ int PeersTableModel::columnCount(const QModelIndex&) const // If the memo is a Payment URI, then show a payment request icon if (dat.memo.startsWith("hush:")) { QIcon icon(":/icons/res/paymentreq.gif"); - return QVariant(icon.pixmap(16, 16));listtra + return QVariant(icon.pixmap(16, 16)); } else { // Return the info pixmap to indicate memo QIcon icon = QApplication::style()->standardIcon(QStyle::SP_MessageBoxInformation);