| 24 | KSyntaxHighlighting::Repository KSyntaxHighlightingRepository::repository; |
| 25 | |
| 26 | KSyntaxHighlighting::Repository *KSyntaxHighlightingRepository::getSyntaxHighlightingRepository() |
| 27 | { |
| 28 | return &repository; |
| 29 | } |
| 30 | |
| 31 | QStringList KSyntaxHighlightingRepository::themeNames() |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected