reimp*/
| 46 | return true; |
| 47 | } |
| 48 | /*reimp*/ bool isRowExpanded(const QModelIndex &) const override |
| 49 | { |
| 50 | return false; |
| 51 | } |
| 52 | /*reimp*/ KDGantt::Span rowGeometry(const QModelIndex &idx) const override |
| 53 | { |
| 54 | qDebug() << "rowGeometry(" << idx.row() << ")"; |
nothing calls this directly
no outgoing calls
no test coverage detected