| 45 | constexpr QLatin1String partIdConfigEntryValuePrefix{"PART-ID:", 8}; |
| 46 | |
| 47 | bool isTextPart(const QString& pluginId) |
| 48 | { |
| 49 | return pluginId == QLatin1String("katepart"); |
| 50 | } |
| 51 | |
| 52 | bool isDirectory(const QString& mimeType) |
| 53 | { |
no outgoing calls
no test coverage detected