| 36 | namespace { |
| 37 | QString KEY_SupportedMimeTypes() { return QStringLiteral("X-KDevelop-SupportedMimeTypes"); } |
| 38 | QString KEY_ILanguageSupport() { return QStringLiteral("ILanguageSupport"); } |
| 39 | |
| 40 | bool containsWildcardCharacter(QString::const_iterator first, QString::const_iterator last) |
| 41 | { |
no outgoing calls
no test coverage detected