aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-08 22:27:36 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-08 22:27:36 +0200
commit51d7cc07f10209ac12bd5286391e3c8b095abd34 (patch)
treeb874383fb3c423b3dbd06cbb6f51b0c9c329c8f5 /src/qt/walletmodel.h
parent35105534e702d1a6db4fcac994869ab05266285b (diff)
downloadbitcoin-51d7cc07f10209ac12bd5286391e3c8b095abd34.tar.xz
Add context menu on transaction list: copy label, copy address, edit label, show details
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index 9c7d16fce6..5b46dfb69d 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -33,10 +33,6 @@ public:
qint64 getBalance() const;
int getNumTransactions() const;
- /* Look up label for address in address book, if not found return empty string.
- */
- QString labelForAddress(const QString &address) const;
-
/* Send coins */
StatusCode sendCoins(const QString &payTo, qint64 payAmount, const QString &addToAddressBookAs=QString());
private: