mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-08 13:49:47 -08:00
Version 1.1.0.0 update
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#include <QString>
|
||||
#include <QObject>
|
||||
#include <string>
|
||||
|
||||
class CWallet;
|
||||
class CWalletTx;
|
||||
@@ -13,8 +12,10 @@ class CWalletTx;
|
||||
class TransactionDesc: public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
static QString toHTML(CWallet *wallet, CWalletTx &wtx);
|
||||
|
||||
private:
|
||||
TransactionDesc() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user