diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-08-08 17:38:17 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-08-08 17:38:17 +0200 |
| commit | b0849613bf02b61774b23804c8feed54aa88474a (patch) | |
| tree | e5a9c69413609d241f69b743394c733192685aff /src/qt/transactiontablemodel.h | |
| parent | add TODOs in parseBitcoinURL (diff) | |
| download | discoin-b0849613bf02b61774b23804c8feed54aa88474a.tar.xz discoin-b0849613bf02b61774b23804c8feed54aa88474a.zip | |
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 17bfeccdb..da55495e1 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; |