MCPcopy Create free account
hub / github.com/KDE/kdevelop / KEY_SupportedMimeTypes

Function KEY_SupportedMimeTypes

kdevplatform/shell/languagecontroller.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36namespace {
37QString KEY_SupportedMimeTypes() { return QStringLiteral("X-KDevelop-SupportedMimeTypes"); }
38QString KEY_ILanguageSupport() { return QStringLiteral("ILanguageSupport"); }
39
40bool containsWildcardCharacter(QString::const_iterator first, QString::const_iterator last)

Callers 2

addLanguageSupportMethod · 0.85
languagesForMimetypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected