| 561 | } |
| 562 | |
| 563 | void QuickOpenPlugin::quickOpenDocumentation() |
| 564 | { |
| 565 | const QStringList scopes(Strings::scopeIncludesName()); |
| 566 | const QStringList types(Strings::typeDocumentationName()); |
| 567 | showQuickOpenWidget(types, scopes, true); |
| 568 | } |
| 569 | |
| 570 | void QuickOpenPlugin::quickOpenActions() |
| 571 | { |
nothing calls this directly
no test coverage detected