Support to view memos

This commit is contained in:
Aditya Kulkarni
2018-10-26 09:54:31 -07:00
parent a6b346fe28
commit 4bd43bf030
7 changed files with 33 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ public:
void addZRecvData(const QList<TransactionItem>& data);
QString getTxId(int row);
QString getMemo(int row);
int rowCount(const QModelIndex &parent) const;
int columnCount(const QModelIndex &parent) const;