Refactor websockets
This commit is contained in:
@@ -15,9 +15,12 @@ public:
|
||||
void addZSentData(const QList<TransactionItem>& data);
|
||||
void addZRecvData(const QList<TransactionItem>& data);
|
||||
|
||||
QString getTxId(int row);
|
||||
QString getMemo(int row);
|
||||
QString getAddr(int row);
|
||||
QString getTxId(int row) const;
|
||||
QString getMemo(int row) const;
|
||||
QString getAddr(int row) const;
|
||||
qint64 getDate(int row) const;
|
||||
QString getType(int row) const;
|
||||
QString getAmt (int row) const;
|
||||
|
||||
bool exportToCsv(QString fileName) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user