| 60 | QString scopeIncludesName() { return i18nc("@item quick open scope", "Includes"); } |
| 61 | QString scopeIncludersName() { return i18nc("@item quick open scope", "Includers"); } |
| 62 | QString scopeCurrentlyOpenName() { return i18nc("@item quick open scope", "Currently Open"); } |
| 63 | |
| 64 | QString typeFilesName() { return i18nc("@item quick open item type", "Files"); } |
| 65 | QString typeFunctionsName() { return i18nc("@item quick open item type", "Functions"); } |
no outgoing calls
no test coverage detected