Merge branch '0.5.0.x' into 0.5.x
[novacoin.git] / src / qt / transactiondesc.h
index 257b2cb..55b9eaf 100644 (file)
@@ -8,10 +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() {}