Improve documentation for UI classes
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
class CWallet;
|
||||
class CWalletTx;
|
||||
|
||||
/** Provide a human-readable extended HTML description of a transaction.
|
||||
*/
|
||||
class TransactionDesc: public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
// Provide human-readable extended HTML description of a transaction
|
||||
static QString toHTML(CWallet *wallet, CWalletTx &wtx);
|
||||
private:
|
||||
TransactionDesc() {}
|
||||
|
||||
Reference in New Issue
Block a user