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