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

Function checkSetSelectionFileLockPath

plugins/clazy/checksetselectionlock.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30static QString checkSetSelectionFileLockPath(const QString& checkSetSelectionFilePath)
31{
32 // TODO: just ".lock" conflicts with KConfig(?) using the same
33 return checkSetSelectionFilePath + QLatin1String(".kdevlock");
34}
35
36CheckSetSelectionLockPrivate::CheckSetSelectionLockPrivate(const QString& fileName,
37 const QString& id)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected