This commit is contained in:
Andre Jochems
2015-12-11 23:16:37 +01:00
parent d325409101
commit df82a9e0c7
9 changed files with 57 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ public:
//! symbol
static QString symbol(int currency);
//! Format value
static QString format(int currency, double value, bool symbol);
static QString format(int currency, double value, bool symbol, int decimals, bool isSatoshi);
//! @name AbstractListModel implementation
//! List model for currency drop-down selection box.