formatting

This commit is contained in:
adityapk00
2018-10-31 20:47:42 -07:00
parent e1b9ca0150
commit d99734a16c
3 changed files with 17 additions and 17 deletions

View File

@@ -45,12 +45,12 @@ public:
const QString& getZcashdConfLocation() { return confLocation; }
void setZECPrice(double p) { zecPrice = p; }
double getZECPrice();
void setZECPrice(double p) { zecPrice = p; }
double getZECPrice();
QString getUSDFormat (double bal);
QString getZECDisplayFormat (double bal);
QString getZECUSDDisplayFormat (double bal);
QString getUSDFormat (double bal);
QString getZECDisplayFormat (double bal);
QString getZECUSDDisplayFormat(double bal);
private:
// This class can only be accessed through Settings::getInstance()
@@ -61,9 +61,9 @@ private:
Config* currentConfig;
Config* defaults = nullptr;
Config* zcashconf = nullptr;
Config* uisettings = nullptr;
Config* defaults = nullptr;
Config* zcashconf = nullptr;
Config* uisettings = nullptr;
QString confLocation;