| 295 | } |
| 296 | |
| 297 | void DocumentationView::changedProvider(int row) |
| 298 | { |
| 299 | mIdentifiers->completer()->setModel(mProvidersModel->provider(row)->indexModel()); |
| 300 | mIdentifiers->clear(); |
| 301 | |
| 302 | showHome(); |
| 303 | } |
| 304 | |
| 305 | void DocumentationView::mousePressEvent(QMouseEvent* event) |
| 306 | { |
nothing calls this directly
no test coverage detected