[Qt] Fix Transaction details shows wrong To:

This commit is contained in:
Cozz Lovan
2014-05-28 01:38:40 +02:00
parent bdc7f1a101
commit b90711cabf
3 changed files with 16 additions and 22 deletions

View File

@@ -8,6 +8,7 @@
#include <QObject>
#include <QString>
class TransactionRecord;
class CWallet;
class CWalletTx;
@@ -18,7 +19,7 @@ class TransactionDesc: public QObject
Q_OBJECT
public:
static QString toHTML(CWallet *wallet, CWalletTx &wtx, int vout, int unit);
static QString toHTML(CWallet *wallet, CWalletTx &wtx, TransactionRecord *rec, int unit);
private:
TransactionDesc() {}