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

Function isDirectory

plugins/openwith/openwithplugin.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool isDirectory(const QString& mimeType)
53{
54 return mimeType == QLatin1String("inode/directory");
55}
56
57KConfigGroup defaultsConfig()
58{

Callers 3

canOpenDefaultMethod · 0.85
actionsForPartsMethod · 0.85
openDefaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected