Skip to content

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: #3
  • Loading branch information
luke-jr committed Feb 23, 2019
1 parent 392c5ef commit d8c05b8
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 d8c05b8

Please sign in to comment.