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

Function defaultCheckSetSelectionFilePath

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

Source from the content-addressed store, hash-verified

65}
66
67QString defaultCheckSetSelectionFilePath()
68{
69 return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + defaultCheckSetSelectionFileSubPath();
70}
71
72QString checkSetSelectionFilePath(const QString& checkSetSelectionId)
73{

Callers 2

Tested by

no test coverage detected