| 102 | void setProgress(float val); |
| 103 | void setRemoteHost(int hostIdx); |
| 104 | void takeCaptureOwnership() { m_OwnTempCapture = true; } |
| 105 | void captureModified(); |
| 106 | void LoadFromFilename(const QString &filename, bool temporary); |
| 107 | void LoadCapture(const QString &filename, const ReplayOptions &opts, bool temporary, bool local); |
no outgoing calls
no test coverage detected