| 53 | virtual QModelIndex parent(const QModelIndex &index) const override; |
| 54 | virtual int rowCount(const QModelIndex &parent = QModelIndex()) const override; |
| 55 | virtual int columnCount(const QModelIndex &parent = QModelIndex()) const override { (void)parent; return 5; } |
| 56 | |
| 57 | // The root of the tree |
| 58 | std::shared_ptr<TreeItem> rootItem; |
no outgoing calls
no test coverage detected