transaction amount column has display unit
[novacoin.git] / src / qt / transactiontablemodel.h
index d74f7fd..9608948 100644 (file)
@@ -80,6 +80,8 @@ public slots:
     void updateTransaction(const QString &hash, int status);
     void updateConfirmations();
     void updateDisplayUnit();
+    /** Updates the column title to "Amount (DisplayUnit)" and emits headerDataChanged() signal for table headers to react. */
+    void updateAmountColumnTitle();
 
     friend class TransactionTablePriv;
 };