aboutsummaryrefslogtreecommitdiff
path: root/src/qt/addresstablemodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-07-02 17:31:27 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-07-02 17:31:27 +0200
commit154e25ff60115b9ff286b97ffc87d65736593c86 (patch)
treec50725d46c76cbf90dd497d0abb12c9b6c891bff /src/qt/addresstablemodel.h
parentc1ffa5b1c5d79a6c52547ff58292c571c2bc3952 (diff)
downloadbitcoin-154e25ff60115b9ff286b97ffc87d65736593c86.tar.xz
ui improvements: allow inline editing of labels/addresses in address book table, better tab order in send dialog, set focus on sending address table when coming from send coins dialog
Diffstat (limited to 'src/qt/addresstablemodel.h')
-rw-r--r--src/qt/addresstablemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/addresstablemodel.h b/src/qt/addresstablemodel.h
index b509481e52..6f34a60061 100644
--- a/src/qt/addresstablemodel.h
+++ b/src/qt/addresstablemodel.h
@@ -34,6 +34,7 @@ public:
QVariant headerData(int section, Qt::Orientation orientation, int role) const;
QModelIndex index(int row, int column, const QModelIndex & parent) const;
bool removeRows(int row, int count, const QModelIndex & parent = QModelIndex());
+ Qt::ItemFlags flags(const QModelIndex & index) const;
/* Add an address to the model.
Returns the added address on success, and an empty string otherwise.