diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-12-19 19:32:37 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-12-19 19:32:37 -0500 |
| commit | 7c11ac4d989e77239ce9339297101d9774e2f30e (patch) | |
| tree | ebcdf95f74de64586ba0fc5c75ae12919a4e6b4c /src/libwalletqt/TransactionInfo.h | |
| parent | 05a0d21f4c72122af2b7c52e01a7bd5679d4bb91 (diff) | |
| parent | 4e1f7349c459c9e0b45bb7fa68d10ce05158e7fb (diff) | |
| download | monzero-gui-7c11ac4d989e77239ce9339297101d9774e2f30e.tar.gz monzero-gui-7c11ac4d989e77239ce9339297101d9774e2f30e.tar.xz monzero-gui-7c11ac4d989e77239ce9339297101d9774e2f30e.zip | |
Merge pull request #2614
4e1f734 TransactionHistory: fix use-after-free bugs (xiphon)
Diffstat (limited to 'src/libwalletqt/TransactionInfo.h')
| -rw-r--r-- | src/libwalletqt/TransactionInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libwalletqt/TransactionInfo.h b/src/libwalletqt/TransactionInfo.h index 1f5041e6..ec632065 100644 --- a/src/libwalletqt/TransactionInfo.h +++ b/src/libwalletqt/TransactionInfo.h @@ -111,8 +111,4 @@ private: quint64 m_unlockTime; }; -// in order to wrap it to QVariant -Q_DECLARE_METATYPE(TransactionInfo*) - - #endif // TRANSACTIONINFO_H |
