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