mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-04 04:29:46 -08:00
Currency format updated
This commit is contained in:
@@ -26,6 +26,10 @@ public:
|
||||
static QString name(int currency);
|
||||
//! Longer description
|
||||
static QString description(int unit);
|
||||
//! symbol
|
||||
static QString symbol(int currency);
|
||||
//! Format value
|
||||
static QString format(int currency, double value, bool symbol);
|
||||
|
||||
//! @name AbstractListModel implementation
|
||||
//! List model for currency drop-down selection box.
|
||||
|
||||
Reference in New Issue
Block a user