aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsentry.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2013-10-16 17:11:39 +0200
committerPhilip Kaufmann <[email protected]>2013-10-16 17:11:39 +0200
commit46b57eb500a9060f356967a9519101f14f876ffb (patch)
tree68db1436718daec36d894f39e77a633420c3d18e /src/qt/sendcoinsentry.h
parentMerge pull request #3098 from super3/master (diff)
downloaddiscoin-46b57eb500a9060f356967a9519101f14f876ffb.tar.xz
discoin-46b57eb500a9060f356967a9519101f14f876ffb.zip
add SendCoinsEntry::updateLabel() function
- makes the code for updating a label reusable - no functional changes
Diffstat (limited to 'src/qt/sendcoinsentry.h')
-rw-r--r--src/qt/sendcoinsentry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/sendcoinsentry.h b/src/qt/sendcoinsentry.h
index 49e622daf..66d975290 100644
--- a/src/qt/sendcoinsentry.h
+++ b/src/qt/sendcoinsentry.h
@@ -58,6 +58,8 @@ private:
SendCoinsRecipient recipient;
Ui::SendCoinsEntry *ui;
WalletModel *model;
+
+ bool updateLabel(const QString &address);
};
#endif // SENDCOINSENTRY_H