namespacing, user friendly base58 entry, addressbook work
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user