Full support for other units, add configuration option for default unit (used when displaying amounts)
This commit is contained in:
@@ -20,7 +20,7 @@ class WalletModel : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit WalletModel(CWallet *wallet, QObject *parent = 0);
|
||||
explicit WalletModel(CWallet *wallet, OptionsModel *optionsModel, QObject *parent = 0);
|
||||
|
||||
enum StatusCode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user