Merge pull request #2614

4e1f734 TransactionHistory: fix use-after-free bugs (xiphon)
This commit is contained in:
luigi1111
2019-12-19 19:32:37 -05:00
5 changed files with 118 additions and 145 deletions

View File

@@ -111,8 +111,4 @@ private:
quint64 m_unlockTime;
};
// in order to wrap it to QVariant
Q_DECLARE_METATYPE(TransactionInfo*)
#endif // TRANSACTIONINFO_H