diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-25 19:32:36 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-25 19:32:36 +0200 |
commit | 38deedc1b52e915f2eac733e0fd7f5112361241b (patch) | |
tree | 06543bcecdab9d5a0fe095ff0fa858a6afc46f87 /src/qt/clientmodel.h | |
parent | c88e14fe26b7b8bfd8f5828c7060ac1196b34f50 (diff) |
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 169ed8c4c9..da3e52e20e 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; |