Show sum of all selected transactions in 'Transactions' tab. (Own ToDo marker removed)

This commit is contained in:
crowning- 2015-05-10 01:30:45 +02:00
parent 40f742c6be
commit 575ddb3eca

View File

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