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