QtUI code cleanup / comment improvements
[novacoin.git] / src / qt / transactiontablemodel.h
index 17bfecc..da55495 100644 (file)
@@ -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;