Show $ values next to ZEC amounts

This commit is contained in:
Aditya Kulkarni
2018-10-18 11:30:31 -07:00
parent 1b2335c0d4
commit 02432338cd
6 changed files with 34 additions and 24 deletions

View File

@@ -31,8 +31,10 @@ public:
const QString& getZcashdConfLocation() { return confLocation; }
void setZECPrice(double p) { zecPrice = p; }
double getZECPrice() { return zecPrice; }
void setZECPrice(double p) { zecPrice = p; }
double getZECPrice();
QString getUSDFormat(double bal);
QString getZECDisplayFormat(double bal);
private:
// This class can only be accessed through Settings::getInstance()