| 130 | } |
| 131 | |
| 132 | QAbstractItemModel* QtHelpProviderAbstract::indexModel() const |
| 133 | { |
| 134 | return m_engine.indexModel(); |
| 135 | } |
| 136 | |
| 137 | IDocumentation::Ptr QtHelpProviderAbstract::documentationForIndex(const QModelIndex& idx) const |
| 138 | { |
no outgoing calls