Adopt style colour for button icons

This commit is contained in:
Luke Dashjr
2014-11-06 19:55:52 +00:00
committed by Wladimir J. van der Laan
parent a39aa74a8d
commit 9b7d3fb165
18 changed files with 198 additions and 37 deletions

View File

@@ -64,7 +64,9 @@ public:
/** Formatted amount, without brackets when unconfirmed */
FormattedAmountRole,
/** Transaction status (TransactionRecord::Status) */
StatusRole
StatusRole,
/** Unprocessed icon */
RawDecorationRole,
};
int rowCount(const QModelIndex &parent) const;