diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-08-08 17:38:17 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-08-08 17:38:17 +0200 |
commit | b0849613bf02b61774b23804c8feed54aa88474a (patch) | |
tree | e5a9c69413609d241f69b743394c733192685aff /src/qt/transactiontablemodel.h | |
parent | fb390d3505c9d0ad8f88cc9a26a2f8190254eda5 (diff) |
QtUI code cleanup / comment improvements
Diffstat (limited to 'src/qt/transactiontablemodel.h')
-rw-r--r-- | src/qt/transactiontablemodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/transactiontablemodel.h b/src/qt/transactiontablemodel.h index 17bfeccdb2..da55495e1e 100644 --- a/src/qt/transactiontablemodel.h +++ b/src/qt/transactiontablemodel.h @@ -51,7 +51,6 @@ public: int columnCount(const QModelIndex &parent) const; QVariant data(const QModelIndex &index, int role) const; QVariant headerData(int section, Qt::Orientation orientation, int role) const; - Qt::ItemFlags flags(const QModelIndex &index) const; QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex()) const; private: CWallet* wallet; |