MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / getSyntaxHighlightingRepository

Method getSyntaxHighlightingRepository

src/Editor/KSHRepository.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24KSyntaxHighlighting::Repository KSyntaxHighlightingRepository::repository;
25
26KSyntaxHighlighting::Repository *KSyntaxHighlightingRepository::getSyntaxHighlightingRepository()
27{
28 return &repository;
29}
30
31QStringList KSyntaxHighlightingRepository::themeNames()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected