Support to view memos
This commit is contained in:
@@ -131,4 +131,8 @@ void TxTableModel::updateAllData() {
|
||||
|
||||
QString TxTableModel::getTxId(int row) {
|
||||
return modeldata->at(row).txid;
|
||||
}
|
||||
|
||||
QString TxTableModel::getMemo(int row) {
|
||||
return modeldata->at(row).memo;
|
||||
}
|
||||
Reference in New Issue
Block a user