| 101 | } |
| 102 | |
| 103 | KDevelop::IDocumentation::Ptr CMakeDocumentation::documentationForIndex(const QModelIndex& idx) const |
| 104 | { |
| 105 | return description(idx.data().toString(), QUrl()); |
| 106 | } |
| 107 | |
| 108 | QAbstractItemModel* CMakeDocumentation::indexModel() const |
| 109 | { |