TransactionHistory: fix use-after-free bugs

This commit is contained in:
xiphon
2019-12-16 07:50:01 +00:00
parent 46227bdad0
commit 4e1f7349c4
5 changed files with 118 additions and 145 deletions

View File

@@ -100,8 +100,4 @@ private:
mutable QList<Transfer*> m_transfers;
};
// in order to wrap it to QVariant
Q_DECLARE_METATYPE(TransactionInfo*)
#endif // TRANSACTIONINFO_H