Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Bugfix: GUI: Receive: Don't try to update label for non-existent Amou…
Browse files Browse the repository at this point in the history
…nt column

Fixes: greenaddress/elements#3
  • Loading branch information
luke-jr authored and greenaddress committed Mar 7, 2019
1 parent 6068524 commit ca19f30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/qt/recentrequeststablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ QVariant RecentRequestsTableModel::headerData(int section, Qt::Orientation orien
/** Updates the column title to "Amount (DisplayUnit)" and emits headerDataChanged() signal for table headers to react. */
void RecentRequestsTableModel::updateAmountColumnTitle()
{
columns[Amount] = getAmountTitle();
Q_EMIT headerDataChanged(Qt::Horizontal,Amount,Amount);
}

/** Gets title for amount column including current display unit if optionsModel reference available. */
Expand Down

0 comments on commit ca19f30

Please sign in to comment.