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