Merge branch 'master' into websockets
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
~MainWindow();
|
||||
|
||||
void updateLabelsAutoComplete();
|
||||
RPC* getRPC() { return rpc; }
|
||||
|
||||
QString doSendTxValidations(Tx tx);
|
||||
void setDefaultPayFrom();
|
||||
@@ -78,6 +79,8 @@ private:
|
||||
void addAddressSection();
|
||||
void maxAmountChecked(int checked);
|
||||
|
||||
void editSchedule();
|
||||
|
||||
void addressChanged(int number, const QString& text);
|
||||
void amountChanged (int number, const QString& text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user