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

@@ -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);
@@ -86,9 +86,9 @@ private:
void restoreSavedStates();
RPC* rpc;
RPC* rpc;
QMovie* loadingMovie;
QMovie* loadingMovie;
};
#endif // MAINWINDOW_H