namespacing, user friendly base58 entry, addressbook work

This commit is contained in:
Wladimir J. van der Laan
2011-06-02 15:57:23 +02:00
parent ef1b844e7b
commit e457b02142
12 changed files with 147 additions and 38 deletions

View File

@@ -2,6 +2,8 @@
#include "guiutil.h"
#include "main.h"
#include <QFont>
const QString AddressTableModel::Send = "S";
const QString AddressTableModel::Receive = "R";
@@ -108,7 +110,7 @@ QVariant AddressTableModel::data(const QModelIndex &index, int role) const
{
if(index.column() == Address)
{
return bitcoinAddressFont();
return GUIUtil::bitcoinAddressFont();
}
} else if (role == TypeRole)
{