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);