| 140 | } |
| 141 | |
| 142 | IDocumentation::Ptr ManPagePlugin::documentationForIndex(const QModelIndex& index) const |
| 143 | { |
| 144 | QString name = index.data().toString(); |
| 145 | return IDocumentation::Ptr(new ManPageDocumentation(name, QUrl(QLatin1String("man:")+name))); |
| 146 | } |
| 147 | |
| 148 | IDocumentation::Ptr ManPagePlugin::homePage() const |
| 149 | { |
no test coverage detected