formatting
This commit is contained in:
@@ -70,7 +70,7 @@ private:
|
|||||||
void maxAmountChecked(int checked);
|
void maxAmountChecked(int checked);
|
||||||
|
|
||||||
void addressChanged(int number, const QString& text);
|
void addressChanged(int number, const QString& text);
|
||||||
void amountChanged (int numer, const QString& text);
|
void amountChanged (int number, const QString& text);
|
||||||
|
|
||||||
void addNewZaddr(bool sapling);
|
void addNewZaddr(bool sapling);
|
||||||
std::function<void(bool)> addZAddrsToComboList(bool sapling);
|
std::function<void(bool)> addZAddrsToComboList(bool sapling);
|
||||||
|
|||||||
@@ -109,14 +109,14 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
void doRPC (const json& payload, const std::function<void(json)>& cb);
|
void doRPC (const json& payload, const std::function<void(json)>& cb);
|
||||||
void doSendRPC (const json& payload, const std::function<void(json)>& cb);
|
void doSendRPC(const json& payload, const std::function<void(json)>& cb);
|
||||||
void doSendRPC(const json& payload, const std::function<void(json)>& cb, const std::function<void(QString)>& err);
|
void doSendRPC(const json& payload, const std::function<void(json)>& cb, const std::function<void(QString)>& err);
|
||||||
|
|
||||||
void refreshBalances();
|
void refreshBalances();
|
||||||
|
|
||||||
void refreshTransactions();
|
void refreshTransactions();
|
||||||
void refreshSentZTrans ();
|
void refreshSentZTrans();
|
||||||
void refreshReceivedZTrans (QList<QString> zaddresses);
|
void refreshReceivedZTrans(QList<QString> zaddresses);
|
||||||
|
|
||||||
bool processUnspent (const json& reply);
|
bool processUnspent (const json& reply);
|
||||||
void updateUI (bool anyUnconfirmed);
|
void updateUI (bool anyUnconfirmed);
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ public:
|
|||||||
|
|
||||||
QString getUSDFormat (double bal);
|
QString getUSDFormat (double bal);
|
||||||
QString getZECDisplayFormat (double bal);
|
QString getZECDisplayFormat (double bal);
|
||||||
QString getZECUSDDisplayFormat (double bal);
|
QString getZECUSDDisplayFormat(double bal);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// This class can only be accessed through Settings::getInstance()
|
// This class can only be accessed through Settings::getInstance()
|
||||||
|
|||||||
Reference in New Issue
Block a user