Parent clip object of this reader (which can be unparented and NULL)
| 241 | |
| 242 | /// Parent clip object of this reader (which can be unparented and NULL) |
| 243 | openshot::ClipBase* ReaderBase::ParentClip() { |
| 244 | return clip; |
| 245 | } |
| 246 | |
| 247 | /// Set parent clip object of this reader |
| 248 | void ReaderBase::ParentClip(openshot::ClipBase* new_clip) { |
nothing calls this directly
no outgoing calls
no test coverage detected