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

Function checkSetSelectionDirSubPath

plugins/clazy/checksetselectionmanager.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23QStringList checkSetSelectionFileNameFilter() { return QStringList { QStringLiteral("*.kdevczcs"), QStringLiteral("*.kdevlock") }; }
24inline QLatin1String checkSetSelectionFileSuffix() { return QLatin1String(".kdevczcs"); }
25inline QLatin1String checkSetSelectionDirSubPath() { return QLatin1String("/kdevclazy/checksetselections"); }
26inline QLatin1String defaultCheckSetSelectionFileSubPath() { return QLatin1String("/kdevclazy/defaultchecksetselection"); }
27
28

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected