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

Function checkSetSelectionFilePath

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

Source from the content-addressed store, hash-verified

70}
71
72QString checkSetSelectionFilePath(const QString& checkSetSelectionId)
73{
74 return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation)
75 + checkSetSelectionDirSubPath() + QLatin1Char('/') + checkSetSelectionId + checkSetSelectionFileSuffix();
76}
77
78QString checkSetSelectionFileName(const QString& checkSetSelectionId)
79{

Callers 1

saveCheckSetSelectionMethod · 0.70

Calls 2

Tested by

no test coverage detected