| 233 | } |
| 234 | |
| 235 | CaptureContext::~CaptureContext() |
| 236 | { |
| 237 | delete m_QtHelper; |
| 238 | RENDERDOC_UnregisterMemoryRegion(this); |
| 239 | delete m_Icon; |
| 240 | m_Replay.CloseThread(); |
| 241 | delete m_MainWindow; |
| 242 | } |
| 243 | |
| 244 | void CaptureContext::Begin(QString paramFilename, QString remoteHost, uint32_t remoteIdent, |
| 245 | bool temp, QString scriptFilename) |
nothing calls this directly
no test coverage detected