#53 Allow copying addr from tx table

This commit is contained in:
Aditya Kulkarni
2018-11-14 22:38:22 -08:00
parent 6bfbdcb8d7
commit 8a9da365dc
3 changed files with 15 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ public:
QString getTxId(int row);
QString getMemo(int row);
QString getAddr(int row);
int rowCount(const QModelIndex &parent) const;
int columnCount(const QModelIndex &parent) const;