| 64 | QString typeFilesName() { return i18nc("@item quick open item type", "Files"); } |
| 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 |