| 70 | } |
| 71 | |
| 72 | CaptureSettings::CaptureSettings() |
| 73 | { |
| 74 | inject = false; |
| 75 | autoStart = false; |
| 76 | queuedFrameCap = 0; |
| 77 | numQueuedFrames = 0; |
| 78 | RENDERDOC_GetDefaultCaptureOptions(&options); |
| 79 | } |
| 80 | |
| 81 | CaptureSettings::operator QVariant() const |
| 82 | { |
nothing calls this directly
no test coverage detected