| 36 | } |
| 37 | |
| 38 | QString filePathForFrame(int frameId) |
| 39 | { |
| 40 | return framesDirObject.filePath( |
| 41 | subfolderNameForFrame(frameId) + '/' + |
| 42 | fileNameForFrame(frameId)); |
| 43 | } |
| 44 | |
| 45 | int generateFrameId() { |
| 46 | // TODO: handle wrapping and range compression |
nothing calls this directly
no test coverage detected