| 65 | QString typeFunctionsName() { return i18nc("@item quick open item type", "Functions"); } |
| 66 | QString typeClassesName() { return i18nc("@item quick open item type", "Classes"); } |
| 67 | QString typeDocumentationName() { return i18nc("@item quick open item type", "Documentation"); } |
| 68 | QString typeActionsName() { return i18nc("@item quick open item type", "Actions"); } |
| 69 | |
| 70 | } |
no outgoing calls
no test coverage detected