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

Function isTextPart

plugins/openwith/openwithplugin.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

actionsForPartsMethod · 0.85
delegateToPartsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected