mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Show sum of all selected transactions in 'Transactions' tab. (Own ToDo marker removed)
This commit is contained in:
parent
40f742c6be
commit
575ddb3eca
@ -98,7 +98,7 @@ signals:
|
||||
/** Mark transactions and compute the sum */
|
||||
void clicked(QModelIndex);
|
||||
/** Send computed sum back to wallet-view */
|
||||
void trxAmount(QString amount); // TKS
|
||||
void trxAmount(QString amount);
|
||||
|
||||
public slots:
|
||||
void chooseDate(int idx);
|
||||
|
Loading…
Reference in New Issue
Block a user