diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-25 19:32:36 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-25 19:32:36 +0200 |
| commit | 38deedc1b52e915f2eac733e0fd7f5112361241b (patch) | |
| tree | 06543bcecdab9d5a0fe095ff0fa858a6afc46f87 /src/qt/clientmodel.h | |
| parent | Call "initial download" "synchronizing with network" instead (diff) | |
| download | discoin-38deedc1b52e915f2eac733e0fd7f5112361241b.tar.xz discoin-38deedc1b52e915f2eac733e0fd7f5112361241b.zip | |
allow adding address to address book in send dialog
Diffstat (limited to 'src/qt/clientmodel.h')
| -rw-r--r-- | src/qt/clientmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 169ed8c4c..da3e52e20 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -39,7 +39,7 @@ public: int getTotalBlocksEstimate() const; /* Send coins */ - StatusCode sendCoins(const QString &payTo, qint64 payAmount); + StatusCode sendCoins(const QString &payTo, qint64 payAmount, const QString &addToAddressBookAs=QString()); private: OptionsModel *optionsModel; AddressTableModel *addressTableModel; |