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

Method themeNames

src/Editor/KSHRepository.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31QStringList KSyntaxHighlightingRepository::themeNames()
32{
33 QStringList names;
34 for (const auto &theme : repository.themes())
35 names.push_back(theme.name());
36 names.sort(Qt::CaseInsensitive);
37 return names;
38}
39} // namespace Editor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected