transaction color based on confirmed/not confirmed, basic transaction model impl

This commit is contained in:
Wladimir J. van der Laan
2011-05-27 19:48:42 +02:00
parent 0856c1a03e
commit f488e7358d
7 changed files with 376 additions and 330 deletions

View File

@@ -29,7 +29,6 @@ public:
/* TypeRole values */
static const QString Sent;
static const QString Received;
static const QString Generated;
static const QString Other;
int rowCount(const QModelIndex &parent) const;